mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
ad14d11a5e
The new directory needs some more love and care but it works. I'm not able to test the AMD64 build. The new tree is heavily using the *.vcprops property sheets. Please set any global settings in the property sheets.
23 lines
552 B
XML
23 lines
552 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="pyd_d"
|
|
InheritedPropertySheets=".\pyproject.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
InlineFunctionExpansion="0"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
RuntimeLibrary="3"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
|
|
LinkIncremental="1"
|
|
ImportLibrary="$(IntDir)\$(TargetName).lib"
|
|
ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
|
|
/>
|
|
</VisualStudioPropertySheet>
|