From: Martin v. Löwis Date: Sat, 23 Jun 2012 22:22:28 +0000 (+0200) Subject: Issue #15102: find python.exe in OutDir, not SolutionDir. X-Git-Tag: v3.3.0b1~100^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f52f527c7653c6d3389c54386d0b306b946d0d9a;p=thirdparty%2FPython%2Fcpython.git Issue #15102: find python.exe in OutDir, not SolutionDir. --- diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fba778aec9cf..8041a6d52027 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -2,7 +2,7 @@ python33$(PyDebugExt) - $(SolutionDir)python$(PyDebugExt).exe + $(OutDir)python$(PyDebugExt).exe $(OutDir)kill_python$(PyDebugExt).exe ..\.. $(externalsDir)\sqlite-3.7.12