summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/MirOTR_10.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-26 21:57:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-26 21:57:34 +0000
commitcaba5c1b454b3dd0aebbe131d3d76bfd2ccdd3f4 (patch)
treed732593c241d9c84a166b06ee41eed542a711d24 /plugins/MirOTR/MirOTR_10.vcxproj
parent1f247dd0a4526cf472140b5f0f766f95b32ecb8e (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/MirOTR_10.vcxproj')
-rw-r--r--plugins/MirOTR/MirOTR_10.vcxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/MirOTR/MirOTR_10.vcxproj b/plugins/MirOTR/MirOTR_10.vcxproj
index 2045c2dabf..7e2369d2a6 100644
--- a/plugins/MirOTR/MirOTR_10.vcxproj
+++ b/plugins/MirOTR/MirOTR_10.vcxproj
@@ -187,7 +187,9 @@
<ClCompile Include="src\mirotrmenu.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\otr.cpp" />
- <ClCompile Include="src\otrlextensions.c" />
+ <ClCompile Include="src\otrlextensions.c">
+ <PrecompiledHeader >NotUsing</PrecompiledHeader>
+ </ClCompile>
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>