diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-29 19:23:08 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-29 19:23:08 +0000 |
| commit | a8c8237bd0362e4fe44a451eb81544b451ae4444 (patch) | |
| tree | c50e8ec0ef03edcdba50cd651076290f657ffa7e /Recipe | |
| parent | fa7ef572c782c9394f60202d950d3380dfdce5c3 (diff) | |
| download | puzzles-a8c8237bd0362e4fe44a451eb81544b451ae4444.zip puzzles-a8c8237bd0362e4fe44a451eb81544b451ae4444.tar.gz puzzles-a8c8237bd0362e4fe44a451eb81544b451ae4444.tar.bz2 puzzles-a8c8237bd0362e4fe44a451eb81544b451ae4444.tar.xz | |
Added a status bar.
[originally from svn r4174]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ !makefile vc Makefile.vc !makefile cygwin Makefile.cyg -WINDOWS = windows user32.lib gdi32.lib +WINDOWS = windows user32.lib gdi32.lib comctl32.lib COMMON = midend misc malloc NET = net random tree234 |