chiark / gitweb /
Create a blank .rc file to be used in the absence of icons/foo.rc.
[sgt-puzzles.git] / unequal.R
1 # -*- makefile -*-
2
3 UNEQUAL  = unequal latin tree234 maxflow
4
5 unequal  : [X] GTK COMMON UNEQUAL unequal-icon|no-icon
6
7 unequal  : [G] WINDOWS COMMON UNEQUAL unequal.res|noicon.res
8
9 unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
10 unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
11
12 latincheck : [U] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
13 latincheck : [C] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
14
15 ALL += UNEQUAL
16
17 !begin gtk
18 GAMES += unequal
19 !end
20
21 !begin >list.c
22     A(unequal) \
23 !end
24
25 !begin >wingames.lst
26 unequal.exe:Unequal
27 !end