ref: 19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09
parent: 8df3cdf7d65db43abb6edddda93719dcfaf5869b
author: Simon Tatham <[email protected]>
date: Sun Feb 4 09:03:52 EST 2007
Forgot to tag the Mac and Windows binaries with the revision number. [originally from svn r7215]
--- a/Buildscr
+++ b/Buildscr
@@ -15,7 +15,7 @@
# 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 @@
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