summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/spellchecker.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-11-26 15:58:10 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-11-26 15:58:10 +0300
commit70cd3610f4ec0131fe3c9308a483935e9f1c788c (patch)
treea607747eb36108d3cee6fafde2f4062120ad9360 /plugins/SpellChecker/spellchecker.vcxproj
parent94782312a45edad08d6544be5a6aba402f461da1 (diff)
SpellChecker: hunspell part moved to the separate module
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj')
-rw-r--r--plugins/SpellChecker/spellchecker.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj b/plugins/SpellChecker/spellchecker.vcxproj
index 5e03dfc6e7..570332771c 100644
--- a/plugins/SpellChecker/spellchecker.vcxproj
+++ b/plugins/SpellChecker/spellchecker.vcxproj
@@ -32,6 +32,7 @@
<ClCompile Include="src\ardialog.cpp" />
<ClCompile Include="src\autoreplace.cpp" />
<ClCompile Include="src\dictionary.cpp" />
+ <ClCompile Include="src\hunspell.cpp" />
<ClCompile Include="src\options.cpp" />
<ClCompile Include="src\RichEdit.cpp" />
<ClCompile Include="src\spellchecker.cpp" />