From c866e24f9a39e015071cd27311b557fb0ef43b41 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 27 Apr 2004 20:51:08 +0000 Subject: Most of a Windows front end. Something's not _quite_ right in the GDI - there are blobs in the middle of powered lines in Net. But it's 99% there now. [originally from svn r4156] --- Recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Recipe') 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 -- cgit v1.1