diff options
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -31,6 +31,10 @@ STANDALONE = nullfe random misc malloc ALL = list +LATIN_DEPS = maxflow tree234 +LATIN = latin LATIN_DEPS +LATIN_SOLVER = latin[STANDALONE_SOLVER] LATIN_DEPS + # First half of list.c. !begin >list.c /* @@ -61,6 +65,10 @@ const int gamecount = lenof(gamelist); # Unix standalone application for special-purpose obfuscation. obfusc : [U] obfusc STANDALONE +# Test program built from latin.c. +latincheck : [U] latin[STANDALONE_LATIN_TEST] LATIN_DEPS STANDALONE +latincheck : [C] latin[STANDALONE_LATIN_TEST] LATIN_DEPS STANDALONE + puzzles : [G] windows[COMBINED] WINDOWS_COMMON COMMON ALL noicon.res # Mac OS X unified application containing all the puzzles. |