summaryrefslogtreecommitdiffstats
path: root/apps/plugins/puzzles/mines.R
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/mines.R')
-rw-r--r--apps/plugins/puzzles/mines.R24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/mines.R b/apps/plugins/puzzles/mines.R
new file mode 100644
index 0000000000..275c76c7ad
--- /dev/null
+++ b/apps/plugins/puzzles/mines.R
@@ -0,0 +1,24 @@
+# -*- makefile -*-
+
+MINES_EXTRA = tree234
+
+mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon
+
+mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res
+
+mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
+mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
+
+ALL += mines[COMBINED] MINES_EXTRA
+
+!begin am gtk
+GAMES += mines
+!end
+
+!begin >list.c
+ A(mines) \
+!end
+
+!begin >gamedesc.txt
+mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them.
+!end