aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-04-29 18:10:22 +0000
committerSimon Tatham <anakin@pobox.com>2004-04-29 18:10:22 +0000
commitfa7ef572c782c9394f60202d950d3380dfdce5c3 (patch)
tree984a03da8e557cf27c7777461aa444a3142da117 /Recipe
parent4b9d75525238972f1ca30e37034c57c523a3fda1 (diff)
downloadpuzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.zip
puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.gz
puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.bz2
puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.xz
Implemented text and clipping primitives in the frontend, and added
two new simple games `fifteen' and `sixteen'. [originally from svn r4173]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe6
1 files changed, 5 insertions, 1 deletions
diff --git a/Recipe b/Recipe
index 52b6a76..19ca3a5 100644
--- a/Recipe
+++ b/Recipe
@@ -13,14 +13,18 @@
!makefile cygwin Makefile.cyg
WINDOWS = windows user32.lib gdi32.lib
-COMMON = midend malloc
+COMMON = midend misc malloc
NET = net random tree234
net : [X] gtk COMMON NET
cube : [X] gtk COMMON cube
+fifteen : [X] gtk COMMON fifteen
+sixteen : [X] gtk COMMON sixteen
net : [G] WINDOWS COMMON NET
cube : [G] WINDOWS COMMON cube
+fifteen : [G] WINDOWS COMMON fifteen
+sixteen : [G] WINDOWS COMMON sixteen
# The `nullgame' source file is a largely blank one, which contains
# all the correct function definitions to compile and link, but