aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2007-02-04 14:03:52 +0000
committerSimon Tatham <anakin@pobox.com>2007-02-04 14:03:52 +0000
commit19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09 (patch)
tree15d3fe76b4da9f67ca01d67700b5762312045528
parent8df3cdf7d65db43abb6edddda93719dcfaf5869b (diff)
downloadpuzzles-19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09.zip
puzzles-19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09.tar.gz
puzzles-19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09.tar.bz2
puzzles-19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09.tar.xz
Forgot to tag the Mac and Windows binaries with the revision number.
[originally from svn r7215]
-rw-r--r--Buildscr4
1 files 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