Support for run-time icons in the GTK puzzles. This involved another
[sgt/puzzles] / mines.R
1 # -*- makefile -*-
2
3 MINES = mines tree234
4
5 mines : [X] GTK COMMON MINES mines-icon|no-icon
6
7 mines : [G] WINDOWS COMMON MINES mines.res?
8
9 mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
10 mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
11
12 ALL += MINES
13
14 !begin gtk
15 GAMES += mines
16 !end
17
18 !begin >list.c
19 A(mines) \
20 !end