diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-29 18:10:22 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-29 18:10:22 +0000 |
| commit | fa7ef572c782c9394f60202d950d3380dfdce5c3 (patch) | |
| tree | 984a03da8e557cf27c7777461aa444a3142da117 /Recipe | |
| parent | 4b9d75525238972f1ca30e37034c57c523a3fda1 (diff) | |
| download | puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.zip puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.gz puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.bz2 puzzles-fa7ef572c782c9394f60202d950d3380dfdce5c3.tar.xz | |
Implemented text and clipping primitives in the frontend, and added
two new simple games `fifteen' and `sixteen'.
[originally from svn r4173]
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,14 +13,18 @@ !makefile cygwin Makefile.cyg WINDOWS = windows user32.lib gdi32.lib -COMMON = midend malloc +COMMON = midend misc malloc NET = net random tree234 net : [X] gtk COMMON NET cube : [X] gtk COMMON cube +fifteen : [X] gtk COMMON fifteen +sixteen : [X] gtk COMMON sixteen net : [G] WINDOWS COMMON NET cube : [G] WINDOWS COMMON cube +fifteen : [G] WINDOWS COMMON fifteen +sixteen : [G] WINDOWS COMMON sixteen # The `nullgame' source file is a largely blank one, which contains # all the correct function definitions to compile and link, but |