diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-06-30 18:00:37 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-06-30 18:00:37 +0000 |
| commit | 6f47baddf90a4685c5662e5f6a782afbbe4cd619 (patch) | |
| tree | f0e48b0707ff3058187d340c5c4a152cb9ca8360 /Recipe | |
| parent | 118abb4fc9365807ad4174588eeb9aefda550415 (diff) | |
| download | puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.zip puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.gz puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.bz2 puzzles-6f47baddf90a4685c5662e5f6a782afbbe4cd619.tar.xz | |
Load and Save are now supported on all three desktop platforms, and
documented. (This means the GTK temporary dependency on an
environment variable is now gone.)
[originally from svn r6042]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ !makefile cygwin Makefile.cyg !makefile osx Makefile.osx -WINDOWS = windows user32.lib gdi32.lib comctl32.lib +WINDOWS = windows user32.lib gdi32.lib comctl32.lib comdlg32.lib COMMON = midend misc malloc random version NET = net tree234 NETSLIDE = netslide tree234 |