Patch from Chris Moore to implement an extra grid type, the 'floret'
[sgt-puzzles/ydirson.git] / mines.R
blob4550e186c031d5e1ae433dff65c4bef68e001da3
1 # -*- makefile -*-
3 MINES_EXTRA = tree234
5 mines    : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon
7 mines    : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res
9 mineobfusc :    [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
10 mineobfusc :    [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
12 ALL += mines[COMBINED] MINES_EXTRA
14 !begin gtk
15 GAMES += mines
16 !end
18 !begin >list.c
19     A(mines) \
20 !end
22 !begin >wingames.lst
23 mines.exe:Mines
24 !end