Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / mines.R
... / ...
CommitLineData
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 gtk
15GAMES += mines
16!end
17
18!begin >list.c
19 A(mines) \
20!end
21
22!begin >wingames.lst
23mines.exe:Mines
24!end