mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
Comment the Mac build out of Buildscr, since I no longer have a
working Mac and hence can't build it any more. [originally from svn r9442]
This commit is contained in:
13
Buildscr
13
Buildscr
@ -18,11 +18,12 @@ in puzzles do perl mkfiles.pl
|
||||
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 VER=-DREVISION=$(revision)
|
||||
return puzzles/Puzzles.dmg
|
||||
enddelegate
|
||||
# 2012-04-03: commented out because my Mac is dead.
|
||||
#delegate osx
|
||||
# in puzzles do make -f Makefile.osx clean
|
||||
# in puzzles do make -f Makefile.osx release VER=-DREVISION=$(revision)
|
||||
# return puzzles/Puzzles.dmg
|
||||
#enddelegate
|
||||
|
||||
# Build the Windows binaries and installer, and the CHM file.
|
||||
in puzzles do make -f Makefile.doc clean
|
||||
@ -124,7 +125,7 @@ deliver puzzles/winbin/*.exe $@
|
||||
deliver puzzles/.htaccess $@
|
||||
deliver puzzles/doc/*.html doc/$@
|
||||
deliver puzzles/devel/*.html devel/$@
|
||||
deliver puzzles/Puzzles.dmg $@
|
||||
#deliver puzzles/Puzzles.dmg $@ # 2012-04-03 commented out, see above
|
||||
deliver puzzles/puzzles.chm $@
|
||||
deliver puzzles/puzzles.hlp $@
|
||||
deliver puzzles/puzzles.cnt $@
|
||||
|
Reference in New Issue
Block a user