aboutsummaryrefslogtreecommitdiff
path: root/Buildscr
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2014-03-30 15:19:30 +0000
committerSimon Tatham <anakin@pobox.com>2014-03-30 15:19:30 +0000
commitfd392c8e74cbc619d3b0fac876130cd16366c700 (patch)
treeb661aacf83bcafda0fb15d001321083a1c550352 /Buildscr
parentbcf1c96573f2945fc54e9247303c6dca00bbbe1d (diff)
downloadpuzzles-fd392c8e74cbc619d3b0fac876130cd16366c700.zip
puzzles-fd392c8e74cbc619d3b0fac876130cd16366c700.tar.gz
puzzles-fd392c8e74cbc619d3b0fac876130cd16366c700.tar.bz2
puzzles-fd392c8e74cbc619d3b0fac876130cd16366c700.tar.xz
Reinstate the Mac OS build step.
Now I've got a working Mac, I can build it again. [originally from svn r10167]
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr13
1 files changed, 6 insertions, 7 deletions
diff --git a/Buildscr b/Buildscr
index 7ce8541..4d86ba6 100644
--- a/Buildscr
+++ b/Buildscr
@@ -26,12 +26,11 @@ in puzzles do perl mkfiles.pl
in puzzles do ./mkauto.sh
# Build the OS X .dmg archive.
-# 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
+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
@@ -143,7 +142,7 @@ deliver puzzles/winbin/*.exe $@
deliver puzzles/.htaccess $@
deliver puzzles/doc/*.html doc/$@
deliver puzzles/devel/*.html devel/$@
-#deliver puzzles/Puzzles.dmg $@ # 2012-04-03 commented out, see above
+deliver puzzles/Puzzles.dmg $@
deliver puzzles/puzzles.chm $@
deliver puzzles/puzzles.hlp $@
deliver puzzles/puzzles.cnt $@