aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-25 14:27:58 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-25 14:27:58 +0000
commit96dbb537ee14f992459a8359a113a78414addf9d (patch)
tree1d1e46e1dcda779dffca03c29bdfdf1fce66f3e4 /Recipe
downloadpuzzles-96dbb537ee14f992459a8359a113a78414addf9d.zip
puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.gz
puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.bz2
puzzles-96dbb537ee14f992459a8359a113a78414addf9d.tar.xz
Initial checkin of a portable framework for writing small GUI puzzle
games. [originally from svn r4138]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe21
1 files changed, 21 insertions, 0 deletions
diff --git a/Recipe b/Recipe
new file mode 100644
index 0000000..5a3567e
--- /dev/null
+++ b/Recipe
@@ -0,0 +1,21 @@
+# -*- makefile -*-
+#
+# This file describes which puzzle binaries are made up from which
+# object and resource files. It is processed into the various
+# Makefiles by means of a Perl script. Makefile changes should
+# really be made by editing this file and/or the Perl script, not
+# by editing the actual Makefiles.
+
+!name puzzles
+
+!makefile gtk Makefile
+#!makefile vc Makefile.vc
+
+COMMON = midend malloc
+NET = net random tree234
+
+net : [X] gtk COMMON NET
+#cube : [X] gtk COMMON CUBE
+
+#net : [G] windows COMMON NET
+#cube : [G] windows COMMON CUBE