summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/unequal.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/unequal.R')
-rw-r--r--apps/plugins/puzzles/unequal.R27
1 files changed, 27 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/unequal.R b/apps/plugins/puzzles/unequal.R
new file mode 100644
index 0000000..a061582
--- /dev/null
+++ b/apps/plugins/puzzles/unequal.R
@@ -0,0 +1,27 @@
+# -*- makefile -*-
+
+UNEQUAL_EXTRA = latin tree234 maxflow
+
+unequal : [X] GTK COMMON unequal UNEQUAL_EXTRA unequal-icon|no-icon
+
+unequal : [G] WINDOWS COMMON unequal UNEQUAL_EXTRA unequal.res|noicon.res
+
+unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
+unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
+
+latincheck : [U] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
+latincheck : [C] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
+
+ALL += unequal[COMBINED] UNEQUAL_EXTRA
+
+!begin am gtk
+GAMES += unequal
+!end
+
+!begin >list.c
+ A(unequal) \
+!end
+
+!begin >gamedesc.txt
+unequal:unequal.exe:Unequal:Latin square puzzle:Complete the latin square in accordance with the > signs.
+!end