aboutsummaryrefslogtreecommitdiff
path: root/net.R
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 /net.R
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 'net.R')
-rw-r--r--net.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.R b/net.R
index 945d7ff..ec7c8a3 100644
--- a/net.R
+++ b/net.R
@@ -6,7 +6,7 @@ net : [X] GTK COMMON NET
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
-netgame : [G] WINDOWS COMMON NET
+netgame : [G] WINDOWS COMMON NET net.res?
ALL += NET