A-_ha_! The Windows Rectangle() call appears to get uppity if asked
[sgt/puzzles] / Recipe
diff --git a/Recipe b/Recipe
index 5a3567e..31650a7 100644 (file)
--- a/Recipe
+++ b/Recipe
@@ -9,13 +9,14 @@
 !name puzzles
 
 !makefile gtk Makefile
-#!makefile vc Makefile.vc
+!makefile vc Makefile.vc
 
+WINDOWS  = windows user32.lib gdi32.lib
 COMMON   = midend malloc
 NET      = net random tree234
 
 net      : [X] gtk COMMON NET
-#cube     : [X] gtk COMMON CUBE
+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