aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2005-08-27 09:21:22 +0000
committerSimon Tatham <anakin@pobox.com>2005-08-27 09:21:22 +0000
commit622a5ff678773eefd3fe1a246d1c14dcd7c3ce40 (patch)
tree48eb91849f75dc3941b9f3fc825e7a73fcbd9e21 /Recipe
parent067f06053cb6283da3f2fb76c813ec3f50de8b48 (diff)
downloadpuzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.zip
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.gz
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.bz2
puzzles-622a5ff678773eefd3fe1a246d1c14dcd7c3ce40.tar.xz
New puzzle: `Inertia', originally written for Windows by Ben
Olmstead and reimplemented with the help of his source code which he was kind enough to release into the public domain. [originally from svn r6222]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe6
1 files changed, 4 insertions, 2 deletions
diff --git a/Recipe b/Recipe
index deafb62..ebaba9e 100644
--- a/Recipe
+++ b/Recipe
@@ -28,7 +28,7 @@ LOOPY = loopy tree234 dsf
ALL = list NET NETSLIDE cube fifteen sixteen rect pattern solo twiddle
+ MINES samegame FLIP guess PEGS dominosa UNTANGLE blackbox SLANT
- + lightup MAP LOOPY
+ + lightup MAP LOOPY inertia
GTK = gtk printing ps
@@ -53,6 +53,7 @@ slant : [X] GTK COMMON SLANT
lightup : [X] GTK COMMON lightup
map : [X] GTK COMMON MAP
loopy : [X] GTK COMMON LOOPY
+inertia : [X] GTK COMMON inertia
# Auxiliary command-line programs.
solosolver : [U] solo[STANDALONE_SOLVER] malloc
@@ -88,6 +89,7 @@ slant : [G] WINDOWS COMMON SLANT
lightup : [G] WINDOWS COMMON lightup
map : [G] WINDOWS COMMON MAP
loopy : [G] WINDOWS COMMON LOOPY
+inertia : [G] WINDOWS COMMON inertia
# Mac OS X unified application containing all the puzzles.
Puzzles : [MX] osx osx.icns osx-info.plist COMMON ALL
@@ -180,7 +182,7 @@ install:
for i in cube net netslide fifteen sixteen twiddle \
pattern rect solo mines samegame flip guess \
pegs dominosa untangle blackbox slant lightup \
- map loopy; do \
+ map loopy inertia; do \
$(INSTALL_PROGRAM) -m 755 $$i $(DESTDIR)$(gamesdir)/$$i; \
done
!end