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:
parent
2f0ce2a6f5
commit
8d865fa701
@ -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>
|
Loading…
x
Reference in New Issue
Block a user