chiark / gitweb /
Actually introduce the ability to build the Windows icons into the
authorSimon Tatham <anakin@pobox.com>
Wed, 27 Dec 2006 11:05:20 +0000 (11:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 27 Dec 2006 11:05:20 +0000 (11:05 +0000)
commitbe8076a6e66cb4a2ac911eb65712b669f6df509a
tree7b580e291828516f761f2a5d348525bd9aaef27f
parentd07eb2ea3a85913edb826a3e9c3ffc8abda71771
Actually introduce the ability to build the Windows icons into the
Windows puzzle binaries. This checkin involves several distinct
changes:
 - mkfiles.pl now has an extra feature: if an object file is listed
   in Recipe with a trailing question mark, it will be considered
   optional, and silently dropped from the makefile if its primary
   source file isn't present at the time mkfiles.pl runs. This means
   people who check out the puzzles from Subversion and just run
   mkfiles.pl shouldn't get build failures; they just won't get the
   icons.
 - all the .R files now use this feature to include an optional
   Windows resource file.
 - the .rc resource source files are built by icons/Makefile.
 - windows.c finds the icon if present and uses it in place of the
   standard Windows application icon.

[originally from svn r7020]
28 files changed:
Recipe
blackbox.R
bridges.R
cube.R
dominosa.R
fifteen.R
flip.R
guess.R
icons/Makefile
inertia.R
lightup.R
loopy.R
map.R
mines.R
mkfiles.pl
net.R
netslide.R
pattern.R
pegs.R
rect.R
samegame.R
sixteen.R
slant.R
solo.R
tents.R
twiddle.R
untangle.R
windows.c