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