diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-02 22:37:42 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-02 22:37:42 +0000 |
commit | 2c03b22f2db0f8e68c944af232e28094e8ebf811 (patch) | |
tree | e3a030edfa1fa2d35e93f6b8755aacad0e84ea9e /plugins/KeyboardNotify/KeyboardNotify.vcxproj | |
parent | ccbec1ea1c080d76b85fef65c6fb18d861e063bf (diff) |
KeyboardNotify: -Use mir_alloc instead of malloc
git-svn-id: http://svn.miranda-ng.org/main/trunk@16579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/KeyboardNotify.vcxproj')
-rw-r--r-- | plugins/KeyboardNotify/KeyboardNotify.vcxproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/KeyboardNotify/KeyboardNotify.vcxproj b/plugins/KeyboardNotify/KeyboardNotify.vcxproj index 8cb0cf6045..1ee785e7bd 100644 --- a/plugins/KeyboardNotify/KeyboardNotify.vcxproj +++ b/plugins/KeyboardNotify/KeyboardNotify.vcxproj @@ -25,4 +25,24 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <WarningLevel>EnableAllWarnings</WarningLevel>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>EnableAllWarnings</WarningLevel>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>EnableAllWarnings</WarningLevel>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>EnableAllWarnings</WarningLevel>
+ </ClCompile>
+ </ItemDefinitionGroup>
</Project>
\ No newline at end of file |