Issue #15143: Define _DEBUG when compiling resources.

This commit is contained in:
Martin v. Löwis 2012-06-22 22:16:42 +02:00
parent 5f6213be2d
commit 7c771ca413
1 changed files with 3 additions and 0 deletions

View File

@ -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">