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>
|
||||
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<ResourceCompile>
|
||||
<PreprocessorDefinitions>_DEBUG</PreprocessorDefinitions>
|
||||
</ResourceCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<BuildMacro Include="PyDebugExt">
|
||||
|
|
Loading…
Reference in New Issue