Files
puzzles/unequal.R
Simon Tatham 1dc3ce6d90 Create a blank .rc file to be used in the absence of icons/foo.rc.
This means that puzzles.rc2 is always included in all Windows and
PocketPC builds, which in turn means that I should be able to start
filling it full of VERSIONINFO and have that reliably included as
well.

[originally from svn r7339]
2007-02-27 20:49:40 +00:00

28 lines
660 B
Makefile

# -*- makefile -*-
UNEQUAL = unequal latin tree234 maxflow
unequal : [X] GTK COMMON UNEQUAL unequal-icon|no-icon
unequal : [G] WINDOWS COMMON UNEQUAL unequal.res|noicon.res
unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE
latincheck : [U] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
latincheck : [C] latin[STANDALONE_LATIN_TEST] tree234 maxflow STANDALONE
ALL += UNEQUAL
!begin gtk
GAMES += unequal
!end
!begin >list.c
A(unequal) \
!end
!begin >wingames.lst
unequal.exe:Unequal
!end