chiark / gitweb /
Implemented text and clipping primitives in the frontend, and added
[sgt-puzzles.git] / Recipe
diff --git a/Recipe b/Recipe
index 52b6a7685bcbe3a4cc35f5e1ebaee88274da7330..19ca3a568508407942e506ba7415b0c2668e3849 100644 (file)
--- a/Recipe
+++ b/Recipe
 !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