X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/699b896a50af2c8d5b7fe14781b6bacbd8aa8d99..6beae1313e7dacce5c1ea85a47edd5f8c4df4ce1:/Recipe diff --git a/Recipe b/Recipe index 52b6a76..9d7c1e9 100644 --- a/Recipe +++ b/Recipe @@ -12,15 +12,19 @@ !makefile vc Makefile.vc !makefile cygwin Makefile.cyg -WINDOWS = windows user32.lib gdi32.lib -COMMON = midend malloc -NET = net random tree234 +WINDOWS = windows user32.lib gdi32.lib comctl32.lib +COMMON = midend misc malloc random +NET = net 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