summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/tents.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/tents.R')
-rw-r--r--apps/plugins/puzzles/tents.R24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/tents.R b/apps/plugins/puzzles/tents.R
new file mode 100644
index 0000000..557f929
--- /dev/null
+++ b/apps/plugins/puzzles/tents.R
@@ -0,0 +1,24 @@
+# -*- makefile -*-
+
+TENTS_EXTRA = maxflow dsf
+
+tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon
+
+tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res
+
+ALL += tents[COMBINED] TENTS_EXTRA
+
+tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
+tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
+
+!begin am gtk
+GAMES += tents
+!end
+
+!begin >list.c
+ A(tents) \
+!end
+
+!begin >gamedesc.txt
+tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree.
+!end