diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-04 14:03:52 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-04 14:03:52 +0000 |
| commit | 19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09 (patch) | |
| tree | 15d3fe76b4da9f67ca01d67700b5762312045528 /Buildscr | |
| parent | 8df3cdf7d65db43abb6edddda93719dcfaf5869b (diff) | |
| download | puzzles-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]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |