> --- 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>
In order for this change to accurately reflect the OutDir in the x64 builds, all imports of x64.props need to be moved to be before the pyproject.props import statements. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com