summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2016-01-30 17:52:29 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2016-01-30 17:52:29 +0000
commit8dc912bbd582e33c886c4011b9b43f53131bda20 (patch)
tree95fb5c69d7744a9d60006ed0bb897f96bff35c02
parent441f931c341aff58bb58e717fd8ab62856fbe8f2 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/SpellChecker/spellchecker.vcxproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj
index 11a4335654..0ec2bf8dab 100644
--- a/plugins/SpellChecker/spellchecker.vcxproj
+++ b/plugins/SpellChecker/spellchecker.vcxproj
@@ -35,8 +35,7 @@
<ClCompile>
<ExceptionHandling>Sync</ExceptionHandling>
<AdditionalIncludeDirectories>$(ProjectDir)..\..\libs\hunspell\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>