diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-01 09:01:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-01 09:01:36 +0000 |
commit | 50a78e4066edc5634457bca45b512225c07cb4cb (patch) | |
tree | c61d4e793b5fac0dc170c3597707a1294188f5ef /plugins/SpellChecker/spellchecker.vcxproj | |
parent | 86802925857034fec1fbfb5c0eb668e996b0518d (diff) |
GUI stuff moved to the separate file
git-svn-id: http://svn.miranda-ng.org/main/trunk@2579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 8186b27acd..0c4728e1cf 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj +++ b/plugins/SpellChecker/spellchecker.vcxproj @@ -258,6 +258,7 @@ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="src\SpellChecker.cpp" />
+ <ClCompile Include="src\utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|