diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-23 22:20:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-23 22:20:26 (GMT) |
commit | ad2c43b6871882c3fc2239dfd899b86157f5b27c (patch) | |
tree | dfa623e8cef4fcde36a3241ff51653770e2a1399 | |
parent | 86da524ae0ba43639436dff353ec2e5a93909a66 (diff) | |
parent | f52f527c7653c6d3389c54386d0b306b946d0d9a (diff) | |
download | cpython-ad2c43b6871882c3fc2239dfd899b86157f5b27c.zip cpython-ad2c43b6871882c3fc2239dfd899b86157f5b27c.tar.gz cpython-ad2c43b6871882c3fc2239dfd899b86157f5b27c.tar.bz2 |
Merge
-rw-r--r-- | PCbuild/pyproject.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index fba778a..8041a6d 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -2,7 +2,7 @@ <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="UserMacros"> <PyDllName>python33$(PyDebugExt)</PyDllName> - <PythonExe>$(SolutionDir)python$(PyDebugExt).exe</PythonExe> + <PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe> <KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe> <externalsDir>..\..</externalsDir> <sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir> |