diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-27 15:10:59 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-27 15:10:59 +0000 |
| commit | 61b983ae3a8b1dc9033f7ef843a4a17228a8f311 (patch) | |
| tree | c61f3d588beeecbb75c57e7ef6e68ccf7a871056 /nullgame.R | |
| parent | be8076a6e66cb4a2ac911eb65712b669f6df509a (diff) | |
| download | puzzles-61b983ae3a8b1dc9033f7ef843a4a17228a8f311.zip puzzles-61b983ae3a8b1dc9033f7ef843a4a17228a8f311.tar.gz puzzles-61b983ae3a8b1dc9033f7ef843a4a17228a8f311.tar.bz2 puzzles-61b983ae3a8b1dc9033f7ef843a4a17228a8f311.tar.xz | |
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]
Diffstat (limited to 'nullgame.R')
| -rw-r--r-- | nullgame.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,5 +8,5 @@ # it in the Makefile because it will be worse than useless if it # ever fails to compile, so it's important that it should actually # be built on a regular basis. -nullgame : [X] GTK COMMON nullgame +nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon nullgame : [G] WINDOWS COMMON nullgame |