aboutsummaryrefslogtreecommitdiff
path: root/Recipe
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2006-12-27 11:05:20 +0000
committerSimon Tatham <anakin@pobox.com>2006-12-27 11:05:20 +0000
commitbe8076a6e66cb4a2ac911eb65712b669f6df509a (patch)
tree7b580e291828516f761f2a5d348525bd9aaef27f /Recipe
parentd07eb2ea3a85913edb826a3e9c3ffc8abda71771 (diff)
downloadpuzzles-be8076a6e66cb4a2ac911eb65712b669f6df509a.zip
puzzles-be8076a6e66cb4a2ac911eb65712b669f6df509a.tar.gz
puzzles-be8076a6e66cb4a2ac911eb65712b669f6df509a.tar.bz2
puzzles-be8076a6e66cb4a2ac911eb65712b669f6df509a.tar.xz
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]
Diffstat (limited to 'Recipe')
-rw-r--r--Recipe2
1 files changed, 2 insertions, 0 deletions
diff --git a/Recipe b/Recipe
index c946a8d..42618eb 100644
--- a/Recipe
+++ b/Recipe
@@ -13,6 +13,8 @@
!makefile cygwin Makefile.cyg
!makefile osx Makefile.osx
+!srcdir icons/
+
WINDOWS = windows printing
+ user32.lib gdi32.lib comctl32.lib comdlg32.lib winspool.lib
COMMON = midend drawing misc malloc random version