summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/tents.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/tents.R')
-rw-r--r--apps/plugins/puzzles/src/tents.R24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/tents.R b/apps/plugins/puzzles/src/tents.R
new file mode 100644
index 0000000000..557f929840
--- /dev/null
+++ b/apps/plugins/puzzles/src/tents.R
@@ -0,0 +1,24 @@
1# -*- makefile -*-
2
3TENTS_EXTRA = maxflow dsf
4
5tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon
6
7tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res
8
9ALL += tents[COMBINED] TENTS_EXTRA
10
11tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
12tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
13
14!begin am gtk
15GAMES += tents
16!end
17
18!begin >list.c
19 A(tents) \
20!end
21
22!begin >gamedesc.txt
23tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree.
24!end