aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2012-04-03 12:49:22 +0000
committerSimon Tatham <anakin@pobox.com>2012-04-03 12:49:22 +0000
commit88accd3ea54dc381c7ff6cf914ead23ad07c8774 (patch)
treec92e5a6669f6283f365a73df6c95f3140e172fb0
parentfaabfe3b625d94efbbfc3dda5368213c466530b4 (diff)
downloadpuzzles-88accd3ea54dc381c7ff6cf914ead23ad07c8774.zip
puzzles-88accd3ea54dc381c7ff6cf914ead23ad07c8774.tar.gz
puzzles-88accd3ea54dc381c7ff6cf914ead23ad07c8774.tar.bz2
puzzles-88accd3ea54dc381c7ff6cf914ead23ad07c8774.tar.xz
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]
-rw-r--r--Buildscr13
1 files changed, 7 insertions, 6 deletions
diff --git a/Buildscr b/Buildscr
index 59481fc..b079367 100644
--- a/Buildscr
+++ b/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 $@