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

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]
21 lines
344 B
Makefile
21 lines
344 B
Makefile
# -*- makefile -*-
|
|
|
|
SLANT = slant dsf
|
|
|
|
slant : [X] GTK COMMON SLANT slant-icon|no-icon
|
|
|
|
slant : [G] WINDOWS COMMON SLANT slant.res?
|
|
|
|
slantsolver : [U] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
slantsolver : [C] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
|
|
ALL += SLANT
|
|
|
|
!begin gtk
|
|
GAMES += slant
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(slant) \
|
|
!end
|