From 08fc477cdb0975ced6267fea32439fec9b5599e3 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 4 Feb 2007 12:37:20 +0000 Subject: [PATCH] PuTTY builds should save the map files. git-svn-id: http://svn.tartarus.org/sgt/putty@7212 cda61777-01e9-0310-a592-d414129be87e --- Buildscr | 2 ++ 1 file changed, 2 insertions(+) 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 $@ -- 2.45.2