summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/mines.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/mines.R')
-rw-r--r--apps/plugins/puzzles/src/mines.R24
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
3MINES_EXTRA = tree234
4
5mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon
6
7mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res
8
9mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
10mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
11
12ALL += mines[COMBINED] MINES_EXTRA
13
14!begin am gtk
15GAMES += mines
16!end
17
18!begin >list.c
19 A(mines) \
20!end
21
22!begin >gamedesc.txt
23mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them.
24!end