From 55c2364561c3107e7ab86b2fc4af0deab7b56cc2 Mon Sep 17 00:00:00 2001 From: Tim Golden Date: Fri, 9 May 2014 18:18:11 +0100 Subject: Issue21452 Add missing backslash to build path for make_buildinfo --- PCbuild/pythoncore.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index f2c17ac..6021cd7 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) -- cgit v0.12