> --- 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4