From 19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 4 Feb 2007 14:03:52 +0000 Subject: [PATCH] Forgot to tag the Mac and Windows binaries with the revision number. [originally from svn r7215] --- Buildscr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildscr b/Buildscr index 033ece4..0371eb1 100644 --- a/Buildscr +++ b/Buildscr @@ -15,7 +15,7 @@ in puzzles do make clean # Build the OS X .dmg archive. delegate osx in puzzles do make -f Makefile.osx clean - in puzzles do make -f Makefile.osx release + in puzzles do make -f Makefile.osx release VER=-DREVISION=$(revision) return puzzles/Puzzles.dmg enddelegate @@ -28,7 +28,7 @@ delegate windows in puzzles do hhc puzzles.hhp; test -f puzzles.chm # FIXME: Cygwin alternative? in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc clean' - in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc' + in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc VER=-DREVISION=$(revision)' return puzzles/puzzles.chm return puzzles/*.exe enddelegate