aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe8
1 files changed, 8 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index 3b57ef5..a7db32b 100644
--- a/Recipe
+++ b/Recipe
@@ -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.