From 33a4937d38bc13266421305e053109d2ab8c4c42 Mon Sep 17 00:00:00 2001 From: Justin Dearing Date: Mon, 29 Apr 2019 11:57:18 -0400 Subject: [PATCH] quotes around the path to allow for paths with spaces when mc.exe is called (#9599) --- src/Servers/IIS/build/native.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servers/IIS/build/native.targets b/src/Servers/IIS/build/native.targets index 9628729c05..0a9d6a9666 100644 --- a/src/Servers/IIS/build/native.targets +++ b/src/Servers/IIS/build/native.targets @@ -7,7 +7,7 @@ Document - mc %(FullPath) -h $(IntDir) -r $(IntDir) + mc "%(FullPath)" -h $(IntDir) -r $(IntDir) Compiling Event Messages ... $(IntDir)\%(Filename).rc;$(IntDir)\%(Filename).h;$(IntDir)\MSG0409.bin