Add a new game concept called a `flash'. This is a graphical effect
[sgt/puzzles] / Recipe
diff --git a/Recipe b/Recipe
index 48f3e68..41962bb 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -9,13 +9,15 @@
 !name puzzles
 
 !makefile gtk Makefile
-#!makefile vc Makefile.vc
+!makefile vc Makefile.vc
+!makefile cygwin Makefile.cyg
 
+WINDOWS  = windows user32.lib gdi32.lib
 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
+net      : [G] WINDOWS COMMON NET
+cube     : [G] WINDOWS COMMON cube