diff options
Diffstat (limited to 'apps/plugins/puzzles/src/mines.R')
-rw-r--r-- | apps/plugins/puzzles/src/mines.R | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/apps/plugins/puzzles/src/mines.R b/apps/plugins/puzzles/src/mines.R deleted file mode 100644 index 275c76c7ad..0000000000 --- a/apps/plugins/puzzles/src/mines.R +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | # -*- makefile -*- | ||
2 | |||
3 | MINES_EXTRA = tree234 | ||
4 | |||
5 | mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon | ||
6 | |||
7 | mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res | ||
8 | |||
9 | mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE | ||
10 | mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE | ||
11 | |||
12 | ALL += mines[COMBINED] MINES_EXTRA | ||
13 | |||
14 | !begin am gtk | ||
15 | GAMES += mines | ||
16 | !end | ||
17 | |||
18 | !begin >list.c | ||
19 | A(mines) \ | ||
20 | !end | ||
21 | |||
22 | !begin >gamedesc.txt | ||
23 | mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them. | ||
24 | !end | ||