X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/1482ee76f9b9a587ea12a09d4c971f5ed92cb6fe..87ed82be805fe13d9f29dca16e867eaeb9a3fd24:/Recipe diff --git a/Recipe b/Recipe index 48f3e68..41962bb 100644 --- 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