Files
puzzles/tents.R
Simon Tatham 61b983ae3a Support for run-time icons in the GTK puzzles. This involved another
mkfiles.pl change (I don't seem to be planning ahead very well this
week), this time to provide a list of fallback options for an object
file. That way, I have a no-icon.c which quietly replaces
icons/foo-icon.c if the latter doesn't exist, and so again people
checking straight out from Subversion shouldn't have trouble.

[originally from svn r7021]
2006-12-27 15:10:59 +00:00

21 lines
356 B
Makefile

# -*- makefile -*-
TENTS = tents maxflow
tents : [X] GTK COMMON TENTS tents-icon|no-icon
tents : [G] WINDOWS COMMON TENTS tents.res?
ALL += TENTS
tentssolver : [U] tents[STANDALONE_SOLVER] maxflow STANDALONE
tentssolver : [C] tents[STANDALONE_SOLVER] maxflow STANDALONE
!begin gtk
GAMES += tents
!end
!begin >list.c
A(tents) \
!end