summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-11-19 01:03:49 +0000
committerJeff Trawick <trawick@apache.org>2013-11-19 01:03:49 +0000
commitb19837c7a501d5f9d87120a9aea0d180e933d592 (patch)
tree2429e97a3c5932cc046c6026d3a2eda7dfc83f95 /build
parent0315a2d929ce26992fb1b24ed5093e9c9f7cfb0c (diff)
downloadhttpd-b19837c7a501d5f9d87120a9aea0d180e933d592.tar.gz
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')
-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)