mirror of https://github.com/python/cpython
Merge
This commit is contained in:
commit
ad2c43b687
|
@ -2,7 +2,7 @@
|
||||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<PyDllName>python33$(PyDebugExt)</PyDllName>
|
<PyDllName>python33$(PyDebugExt)</PyDllName>
|
||||||
<PythonExe>$(SolutionDir)python$(PyDebugExt).exe</PythonExe>
|
<PythonExe>$(OutDir)python$(PyDebugExt).exe</PythonExe>
|
||||||
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
|
<KillPythonExe>$(OutDir)kill_python$(PyDebugExt).exe</KillPythonExe>
|
||||||
<externalsDir>..\..</externalsDir>
|
<externalsDir>..\..</externalsDir>
|
||||||
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>
|
<sqlite3Dir>$(externalsDir)\sqlite-3.7.12</sqlite3Dir>
|
||||||
|
|
Loading…
Reference in New Issue