mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

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]
25 lines
409 B
Makefile
25 lines
409 B
Makefile
# -*- makefile -*-
|
|
|
|
TENTS = tents maxflow
|
|
|
|
tents : [X] GTK COMMON TENTS tents-icon|no-icon
|
|
|
|
tents : [G] WINDOWS COMMON TENTS tents.res|noicon.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
|
|
|
|
!begin >wingames.lst
|
|
tents.exe:Tents
|
|
!end
|