aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe7
1 files changed, 4 insertions, 3 deletions
diff --git a/Recipe b/Recipe
index 48f3e68..31650a7 100644
--- 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
-#net : [G] windows COMMON NET
-#cube : [G] windows COMMON cube
+net : [G] WINDOWS COMMON NET
+cube : [G] WINDOWS COMMON cube