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