From: Simon Tatham Date: Sun, 4 Feb 2007 12:37:20 +0000 (+0000) Subject: PuTTY builds should save the map files. X-Git-Tag: 0.60~45 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=64b4984354ccef36fda068ca17748aa082b282dd;p=PuTTY.git PuTTY builds should save the map files. [originally from svn r7212] --- diff --git a/Buildscr b/Buildscr index 90b66aab..eabd159f 100644 --- a/Buildscr +++ b/Buildscr @@ -53,6 +53,7 @@ delegate windows in putty/doc do hhc putty.hhp; test -f putty.chm in putty/windows do iscc putty.iss return putty/windows/*.exe + return putty/windows/*.map return putty/doc/putty.chm return putty/windows/Output/setup.exe enddelegate @@ -62,6 +63,7 @@ in putty/windows do zip -k -j putty.zip `ls *.exe | grep -v puttytel` ../doc/put in putty/doc do zip puttydoc.zip *.html deliver putty/windows/*.exe x86/$@ +deliver putty/windows/*.map maps-x86/$@ deliver putty/windows/putty.zip x86/$@ deliver putty/windows/Output/setup.exe x86/putty-$(Iversion)-installer.exe deliver putty/doc/puttydoc.zip $@