chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / mines.R
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