chiark / gitweb /
Actually introduce the ability to build the Windows icons into the
[sgt-puzzles.git] / mines.R
1 # -*- makefile -*-
2
3 MINES    = mines tree234
4
5 mines    : [X] GTK COMMON MINES
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