From be8076a6e66cb4a2ac911eb65712b669f6df509a Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 27 Dec 2006 11:05:20 +0000 Subject: 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] --- samegame.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samegame.R') diff --git a/samegame.R b/samegame.R index c6a088b..c3905bd 100644 --- a/samegame.R +++ b/samegame.R @@ -2,7 +2,7 @@ samegame : [X] GTK COMMON samegame -samegame : [G] WINDOWS COMMON samegame +samegame : [G] WINDOWS COMMON samegame samegame.res? ALL += samegame -- cgit v1.1