From 44c3f1c6a7d09e9bb7e1e40290ea3619fe507e7d Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 21 Jan 2013 22:22:58 +0000 Subject: [PATCH] build: try to escape double quotes in .props file. --- build/vs2010/Lol.Core.Rules.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/vs2010/Lol.Core.Rules.props b/build/vs2010/Lol.Core.Rules.props index 959e6aec..815b04b1 100644 --- a/build/vs2010/Lol.Core.Rules.props +++ b/build/vs2010/Lol.Core.Rules.props @@ -20,8 +20,8 @@ - LOL_CONFIG_PROJECTDIR="$(ProjectDir.Replace('\\','\').Replace('\','\\'))";%(PreprocessorDefinitions) - LOL_CONFIG_SOLUTIONDIR="$(SolutionDir.Replace('\\','\').Replace('\','\\'))";%(PreprocessorDefinitions) + LOL_CONFIG_PROJECTDIR=\"$(ProjectDir.Replace('\\','\').Replace('\','\\'))\";%(PreprocessorDefinitions) + LOL_CONFIG_SOLUTIONDIR=\"$(SolutionDir.Replace('\\','\').Replace('\','\\'))\";%(PreprocessorDefinitions) WIN32;$(Win32Defines);%(PreprocessorDefinitions) WIN32;$(Win32Defines);%(PreprocessorDefinitions)