msvc: Do not define DEBUG for debug builds

It is not used anywhere and causes a warning about redefinition because
it is used in modutimeq.c
This commit is contained in:
stijn 2017-04-26 13:39:00 +02:00 committed by Paul Sokolovsky
parent 2f0ce2a6f5
commit 8d865fa701
1 changed files with 2 additions and 6 deletions

View File

@ -4,10 +4,6 @@
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup />
<ClCompile>
<PreprocessorDefinitions>DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup /> <ItemGroup />
</Project> </Project>