summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/spellchecker.vcxproj
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 15:07:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-21 15:07:23 +0000
commit02ee191a693f13f868c67dd548114375af13f261 (patch)
treebbdd4880a98ff1ee89db90ff45e7b35e5cf10034 /plugins/SpellChecker/spellchecker.vcxproj
parent84c6ccfafbfe7b320443294ac78b3033774602cf (diff)
consistent hash generation fix - part 5
git-svn-id: http://svn.miranda-ng.org/main/trunk@2416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj')
-rw-r--r--plugins/SpellChecker/spellchecker.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj
index 21ab8ff955..5e9d389389 100644
--- a/plugins/SpellChecker/spellchecker.vcxproj
+++ b/plugins/SpellChecker/spellchecker.vcxproj
@@ -224,7 +224,7 @@
</ClCompile>
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\RichEdit.cpp" />
- <ClCompile Include="src\spellchecker.cpp">
+ <ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\hunspell\affentry.cxx">
@@ -260,6 +260,7 @@
<ClCompile Include="src\hunspell\suggestmgr.cxx">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
+ <ClCompile Include="src\SpellChecker.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">