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, 0 insertions, 24 deletions
diff --git a/apps/plugins/puzzles/src/tents.R b/apps/plugins/puzzles/src/tents.R
deleted file mode 100644
index 925661c761..0000000000
--- a/apps/plugins/puzzles/src/tents.R
+++ /dev/null
@@ -1,24 +0,0 @@
1# -*- makefile -*-
2
3TENTS_EXTRA = matching 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