From 61b983ae3a8b1dc9033f7ef843a4a17228a8f311 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 27 Dec 2006 15:10:59 +0000 Subject: 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] --- samegame.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samegame.R') diff --git a/samegame.R b/samegame.R index c3905bd..fa1f2ca 100644 --- a/samegame.R +++ b/samegame.R @@ -1,6 +1,6 @@ # -*- makefile -*- -samegame : [X] GTK COMMON samegame +samegame : [X] GTK COMMON samegame samegame-icon|no-icon samegame : [G] WINDOWS COMMON samegame samegame.res? -- cgit v1.1