From: Tim Golden Date: Fri, 9 May 2014 17:18:11 +0000 (+0100) Subject: Issue21452 Add missing backslash to build path for make_buildinfo X-Git-Tag: v3.4.1~2^2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55c2364561c3107e7ab86b2fc4af0deab7b56cc2;p=python Issue21452 Add missing backslash to build path for make_buildinfo --- diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index f2c17ac43a..6021cd74cb 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -173,7 +173,7 @@ Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies) @@ -209,7 +209,7 @@ IF %ERRORLEVEL% NEQ 0 ( Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies) @@ -314,7 +314,7 @@ IF %ERRORLEVEL% NEQ 0 ( Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies) @@ -350,7 +350,7 @@ IF %ERRORLEVEL% NEQ 0 ( Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies) @@ -383,7 +383,7 @@ IF %ERRORLEVEL% NEQ 0 ( Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies) @@ -419,7 +419,7 @@ IF %ERRORLEVEL% NEQ 0 ( Generate build information... - "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)" + "$(SolutionDir)make_buildinfo.exe" Release "$(IntDir)\" $(IntDir)getbuildinfo.o;%(AdditionalDependencies)