mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Forgot to tag the Mac and Windows binaries with the revision number.
[originally from svn r7215]
This commit is contained in:
4
Buildscr
4
Buildscr
@ -15,7 +15,7 @@ in puzzles do make clean
|
|||||||
# Build the OS X .dmg archive.
|
# Build the OS X .dmg archive.
|
||||||
delegate osx
|
delegate osx
|
||||||
in puzzles do make -f Makefile.osx clean
|
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
|
return puzzles/Puzzles.dmg
|
||||||
enddelegate
|
enddelegate
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ delegate windows
|
|||||||
in puzzles do hhc puzzles.hhp; test -f puzzles.chm
|
in puzzles do hhc puzzles.hhp; test -f puzzles.chm
|
||||||
# FIXME: Cygwin alternative?
|
# FIXME: Cygwin alternative?
|
||||||
in puzzles do cmd /c 'vcvars32 & nmake -f Makefile.vc clean'
|
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/puzzles.chm
|
||||||
return puzzles/*.exe
|
return puzzles/*.exe
|
||||||
enddelegate
|
enddelegate
|
||||||
|
Reference in New Issue
Block a user