summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-11-19 01:11:10 +0000
committerJeff Trawick <trawick@apache.org>2013-11-19 01:11:10 +0000
commit4ca8b979622cdcb57272bfdd72e74bd29e3f3ac4 (patch)
tree2cd79b59c6b6a6e6c92c1f6232668018558979d0 /build
parent88c8925c90abcb255ae76416f349628882b22a8f (diff)
downloadhttpd-4ca8b979622cdcb57272bfdd72e74bd29e3f3ac4.tar.gz
Merge r1543282 from trunk:
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/branches/2.4.x@1543283 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)