diff options
Diffstat (limited to 'apps/plugins/puzzles/src/tents.R')
-rw-r--r-- | apps/plugins/puzzles/src/tents.R | 24 |
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 | |||
3 | TENTS_EXTRA = matching dsf | ||
4 | |||
5 | tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon | ||
6 | |||
7 | tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res | ||
8 | |||
9 | ALL += tents[COMBINED] TENTS_EXTRA | ||
10 | |||
11 | tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE | ||
12 | tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE | ||
13 | |||
14 | !begin am gtk | ||
15 | GAMES += tents | ||
16 | !end | ||
17 | |||
18 | !begin >list.c | ||
19 | A(tents) \ | ||
20 | !end | ||
21 | |||
22 | !begin >gamedesc.txt | ||
23 | tents:tents.exe:Tents:Tent-placing puzzle:Place a tent next to each tree. | ||
24 | !end | ||