mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-05-03 05:42:13 -07:00
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]
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
blackbox : [X] GTK COMMON blackbox
|
||||
blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon
|
||||
|
||||
blackbox : [G] WINDOWS COMMON blackbox blackbox.res?
|
||||
|
||||
|
Reference in New Issue
Block a user