diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-27 20:51:08 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-27 20:51:08 +0000 |
| commit | c866e24f9a39e015071cd27311b557fb0ef43b41 (patch) | |
| tree | 52caad04ccfa45248a564ae63c65f605466258f5 /Recipe | |
| parent | 786b24afc17fbeec6c28544e9145874d992a6d87 (diff) | |
| download | puzzles-c866e24f9a39e015071cd27311b557fb0ef43b41.zip puzzles-c866e24f9a39e015071cd27311b557fb0ef43b41.tar.gz puzzles-c866e24f9a39e015071cd27311b557fb0ef43b41.tar.bz2 puzzles-c866e24f9a39e015071cd27311b557fb0ef43b41.tar.xz | |
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]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |