From 318c56c0016fbc0d1825a90f773f0e2cdf3c1e5a Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Sun, 24 Jun 2012 19:04:35 +0200 Subject: Issue #15102: Fix paths of python executables. --- PCbuild/pyproject.props | 18 ++++++++++++------ PCbuild/x64.props | 6 ------ Tools/buildbot/build-amd64.bat | 1 - 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 8041a6d..4afbe3c 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -1,5 +1,17 @@  + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir) + $(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\ + false + + + <_ProjectFileVersion>10.0.30319.1 + <_PropertySheetDisplayName>amd64 + $(SolutionDir)amd64\ + $(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\ + python33$(PyDebugExt) $(OutDir)python$(PyDebugExt).exe @@ -16,12 +28,6 @@ $(tcltk64Dir)\lib\tcl85.lib;$(tcltk64Dir)\lib\tk85.lib $(tcltk64Dir)\lib\tcl85g.lib;$(tcltk64Dir)\lib\tk85g.lib - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir) - $(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\ - false - MaxSpeed diff --git a/PCbuild/x64.props b/PCbuild/x64.props index 4fb319b..289d95b 100644 --- a/PCbuild/x64.props +++ b/PCbuild/x64.props @@ -3,12 +3,6 @@ $(HOST_PYTHON) - - <_ProjectFileVersion>10.0.30319.1 - <_PropertySheetDisplayName>amd64 - $(SolutionDir)amd64\ - $(SolutionDir)$(PlatformName)-temp-$(Configuration)\$(ProjectName)\ - /USECL:MS_OPTERON /GS- %(AdditionalOptions) diff --git a/Tools/buildbot/build-amd64.bat b/Tools/buildbot/build-amd64.bat index 569c451..7ee7b2d 100644 --- a/Tools/buildbot/build-amd64.bat +++ b/Tools/buildbot/build-amd64.bat @@ -1,5 +1,4 @@ @rem Used by the buildbot "compile" step. -set HOST_PYTHON=%CD%\PCbuild\amd64\python_d.exe cmd /c Tools\buildbot\external-amd64.bat call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64 cmd /c Tools\buildbot\clean-amd64.bat -- cgit v0.12