Files
puzzles/net.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

20 lines
344 B
Makefile

# -*- makefile -*-
NET = net tree234 dsf
net : [X] GTK COMMON NET net-icon|no-icon
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
netgame : [G] WINDOWS COMMON NET net.res?
ALL += NET
!begin gtk
GAMES += net
!end
!begin >list.c
A(net) \
!end