mirror of https://github.com/python/cpython
Issue #15143: Define _DEBUG when compiling resources.
This commit is contained in:
parent
5f6213be2d
commit
7c771ca413
|
@ -12,6 +12,9 @@
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ResourceCompile>
|
||||||
|
<PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
|
||||||
|
</ResourceCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BuildMacro Include="PyDebugExt">
|
<BuildMacro Include="PyDebugExt">
|
||||||
|
|
Loading…
Reference in New Issue