diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:58:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:58:10 +0300 |
commit | 70cd3610f4ec0131fe3c9308a483935e9f1c788c (patch) | |
tree | a607747eb36108d3cee6fafde2f4062120ad9360 /plugins/SpellChecker/spellchecker.vcxproj | |
parent | 94782312a45edad08d6544be5a6aba402f461da1 (diff) |
SpellChecker: hunspell part moved to the separate module
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj')
-rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj | 1 |
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" />
|