From: simon Date: Sun, 4 Feb 2007 14:03:52 +0000 (+0000) Subject: Forgot to tag the Mac and Windows binaries with the revision number. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/commitdiff_plain/1310cbd21a6c12cb4d3c268dea8df868ba4cbf3b Forgot to tag the Mac and Windows binaries with the revision number. git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7215 cda61777-01e9-0310-a592-d414129be87e --- 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