diff options
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 |