diff options
-rw-r--r-- | PCbuild9/pythoncore.vcproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj index 54ca00f81a..6ef6d47225 100644 --- a/PCbuild9/pythoncore.vcproj +++ b/PCbuild9/pythoncore.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="pythoncore" ProjectGUID="{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}" RootNamespace="pythoncore" @@ -60,7 +60,7 @@ <Tool Name="VCPreLinkEventTool" Description="generate buildinfo" - CommandLine="cd $(SolutionDir)
make_buildinfo.exe $(ConfigurationName)" + CommandLine=""$(SolutionDir)make_buildinfo.exe" $(ConfigurationName)" /> <Tool Name="VCLinkerTool" @@ -217,7 +217,7 @@ <Tool Name="VCPreLinkEventTool" Description="generate buildinfo" - CommandLine="$(SolutionDir)make_buildinfo.exe $(ConfigurationName)" + CommandLine=""$(SolutionDir)make_buildinfo.exe" $(ConfigurationName)" /> <Tool Name="VCLinkerTool" |