chiark / gitweb /
Forgot to tag the Mac and Windows binaries with the revision number.
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2007 14:03:52 +0000 (14:03 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Feb 2007 14:03:52 +0000 (14:03 +0000)
[originally from svn r7215]

Buildscr

index 033ece4f8a72ca482bbe2bf4335f8e70b0c8e419..0371eb1ddf1470e2c3088d502c05cdc49900a3ac 100644 (file)
--- 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