]> granicus.if.org Git - apache/commitdiff
Merge r1543282 from trunk:
authorJeff Trawick <trawick@apache.org>
Tue, 19 Nov 2013 01:11:10 +0000 (01:11 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 19 Nov 2013 01:11:10 +0000 (01:11 +0000)
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

build/win32/httpd.rc

index 0c557ee1e02a0a63c4951191bbddc66fe739fd2d..06013f695e8e5f74cb06c1801576cebd30e6c386 100644 (file)
@@ -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)