diff options
| author | Simon Tatham <anakin@pobox.com> | 2014-03-30 15:19:30 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2014-03-30 15:19:30 +0000 |
| commit | fd392c8e74cbc619d3b0fac876130cd16366c700 (patch) | |
| tree | b661aacf83bcafda0fb15d001321083a1c550352 /Buildscr | |
| parent | bcf1c96573f2945fc54e9247303c6dca00bbbe1d (diff) | |
| download | puzzles-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-- | Buildscr | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 $@ |