aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-05-26 09:07:14 +0000
committerSimon Tatham <anakin@pobox.com>2004-05-26 09:07:14 +0000
commit8158b5350d2d9321e08ffdd8b7a560ff14ee75cb (patch)
tree9dbc92e47c7026d515894422994af6b76d99ac70 /Recipe
parent8b9dedcf7547b3c6bfe8706bee0d3c9a93fe002c (diff)
downloadpuzzles-8158b5350d2d9321e08ffdd8b7a560ff14ee75cb.zip
puzzles-8158b5350d2d9321e08ffdd8b7a560ff14ee75cb.tar.gz
puzzles-8158b5350d2d9321e08ffdd8b7a560ff14ee75cb.tar.bz2
puzzles-8158b5350d2d9321e08ffdd8b7a560ff14ee75cb.tar.xz
Richard B's utterly evil `netslide': cross between Net and Sixteen.
[originally from svn r4257]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe3
1 files changed, 3 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index f71a27f..c6ecd8d 100644
--- a/Recipe
+++ b/Recipe
@@ -15,8 +15,10 @@
WINDOWS = windows user32.lib gdi32.lib comctl32.lib
COMMON = midend misc malloc random
NET = net tree234
+NETSLIDE = netslide tree234
net : [X] gtk COMMON NET
+netslide : [X] gtk COMMON NETSLIDE
cube : [X] gtk COMMON cube
fifteen : [X] gtk COMMON fifteen
sixteen : [X] gtk COMMON sixteen
@@ -25,6 +27,7 @@ rect : [X] gtk COMMON rect
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
netgame : [G] WINDOWS COMMON NET
+netslide : [G] WINDOWS COMMON NETSLIDE
cube : [G] WINDOWS COMMON cube
fifteen : [G] WINDOWS COMMON fifteen
sixteen : [G] WINDOWS COMMON sixteen