Create a blank .rc file to be used in the absence of icons/foo.rc.
[sgt/puzzles] / 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|noicon.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
21
22 !begin >wingames.lst
23 tents.exe:Tents
24 !end