summaryrefslogtreecommitdiffstats
path: root/build/win32/httpd.rc
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-11-19 02:03:49 +0100
committerJeff Trawick <trawick@apache.org>2013-11-19 02:03:49 +0100
commitb19837c7a501d5f9d87120a9aea0d180e933d592 (patch)
tree2429e97a3c5932cc046c6026d3a2eda7dfc83f95 /build/win32/httpd.rc
parentCorrect logic... if this is a UDS socket, then bypass all (diff)
downloadapache2-b19837c7a501d5f9d87120a9aea0d180e933d592.tar.xz
apache2-b19837c7a501d5f9d87120a9aea0d180e933d592.zip
Stringify ICON_FILE, like other values passed in via -Dxx=yy
With an out of tree build like cmake, certain paths to the source tree and icon file can foil parsing of this line by the resource compiler unless the path is quoted. Submitted by: Bert Huijben Reviewed by: trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1543282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/win32/httpd.rc')
-rw-r--r--build/win32/httpd.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/httpd.rc b/build/win32/httpd.rc
index 0c557ee1e0..06013f695e 100644
--- a/build/win32/httpd.rc
+++ b/build/win32/httpd.rc
@@ -31,7 +31,7 @@
#ifdef ICON_FILE
-1 ICON DISCARDABLE ICON_FILE
+1 ICON DISCARDABLE APR_STRINGIFY(ICON_FILE)
#endif
#define LONG_NAME_STR APR_STRINGIFY(LONG_NAME)