Files
puzzles/tents.R
Simon Tatham 1b927c77b7 About time I got round to this: error highlighting for Tents.
[originally from svn r8644]
2009-09-12 12:30:43 +00:00

25 lines
464 B
Makefile

# -*- makefile -*-
TENTS_EXTRA = maxflow dsf
tents : [X] GTK COMMON tents TENTS_EXTRA tents-icon|no-icon
tents : [G] WINDOWS COMMON tents TENTS_EXTRA tents.res|noicon.res
ALL += tents[COMBINED] TENTS_EXTRA
tentssolver : [U] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
tentssolver : [C] tents[STANDALONE_SOLVER] TENTS_EXTRA STANDALONE
!begin gtk
GAMES += tents
!end
!begin >list.c
A(tents) \
!end
!begin >wingames.lst
tents.exe:Tents
!end