Final changes to use hunspell from repository as a dep project

Originally committed to SVN as r1695.
This commit is contained in:
Rodrigo Braz Monteiro 2008-01-13 06:08:45 +00:00
parent 6d9b40114c
commit 39ccfa89a6
3 changed files with 3 additions and 14 deletions

View file

@ -149,17 +149,6 @@
#endif #endif
////////////
// Hunspell
#ifdef WITH_HUNSPELL
#ifdef __WXDEBUG__
#pragma comment(lib,"libhunspell_d.lib")
#else
#pragma comment(lib,"libhunspell.lib")
#endif
#endif
////////// //////////
// FFMPEG // FFMPEG
#ifdef WITH_FFMPEG #ifdef WITH_FFMPEG

View file

@ -79,7 +79,7 @@
// Enable Hunspell-based spellchecker // Enable Hunspell-based spellchecker
// Requires: hunspell // Requires: hunspell (in repository for Win32)
//#define WITH_HUNSPELL //#define WITH_HUNSPELL

View file

@ -41,7 +41,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../aegisub/win32" AdditionalIncludeDirectories="../../aegisub/win32;../../hunspell/src"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
@ -124,7 +124,7 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../aegisub/win32" AdditionalIncludeDirectories="../../aegisub/win32;../../hunspell/src"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
RuntimeLibrary="2" RuntimeLibrary="2"
UsePrecompiledHeader="2" UsePrecompiledHeader="2"