mirror of
https://github.com/python/cpython.git
synced 2024-11-28 16:45:42 +01:00
a8223149e1
svn+ssh://pythondev@svn.python.org/python/trunk ........ r60696 | christian.heimes | 2008-02-09 20:55:22 +0100 (Sat, 09 Feb 2008) | 5 lines Issue #1706: Require Windows 2000+ Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files ........
32 lines
747 B
XML
32 lines
747 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="pyd_d"
|
|
InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
InlineFunctionExpansion="0"
|
|
EnableIntrinsicFunctions="false"
|
|
PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
|
|
RuntimeLibrary="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
|
LinkIncremental="1"
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
|
ImportLibrary="$(OutDir)\$(TargetName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine=""
|
|
/>
|
|
<UserMacro
|
|
Name="PythonExe"
|
|
Value="$(SolutionDir)python_d.exe"
|
|
/>
|
|
</VisualStudioPropertySheet>
|