diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:26 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 09:37:26 +0000 |
commit | 1b270f957517df4def8cf85ee3dc75050cce3357 (patch) | |
tree | 1972b6e4270c798f1848f19e2a8574e0cc88f30c /protocols/Omegle/omegle.vcxproj | |
parent | d3e496e29030a0ebe980dcd0326a1c3262d2db1e (diff) |
Omegle: Adapt to use std_string_utils
git-svn-id: http://svn.miranda-ng.org/main/trunk@15575 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/omegle.vcxproj')
-rw-r--r-- | protocols/Omegle/omegle.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Omegle/omegle.vcxproj b/protocols/Omegle/omegle.vcxproj index 8f89d2cb64..eb61116d9b 100644 --- a/protocols/Omegle/omegle.vcxproj +++ b/protocols/Omegle/omegle.vcxproj @@ -25,6 +25,11 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\utils\std_string_utils.cpp">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
|