From 39ccfa89a6788084ac002640baa3ad2ca14b9e76 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sun, 13 Jan 2008 06:08:45 +0000 Subject: [PATCH] Final changes to use hunspell from repository as a dep project Originally committed to SVN as r1695. --- aegisub/setup.cpp | 11 ----------- aegisub/win32/config0.h | 2 +- build/aegisub_vs2005/aegisub_vs2005.vcproj | 4 ++-- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/aegisub/setup.cpp b/aegisub/setup.cpp index 238faf85a..5bcd8d59a 100644 --- a/aegisub/setup.cpp +++ b/aegisub/setup.cpp @@ -149,17 +149,6 @@ #endif -//////////// -// Hunspell -#ifdef WITH_HUNSPELL -#ifdef __WXDEBUG__ -#pragma comment(lib,"libhunspell_d.lib") -#else -#pragma comment(lib,"libhunspell.lib") -#endif -#endif - - ////////// // FFMPEG #ifdef WITH_FFMPEG diff --git a/aegisub/win32/config0.h b/aegisub/win32/config0.h index e599e065e..fbdcffa12 100644 --- a/aegisub/win32/config0.h +++ b/aegisub/win32/config0.h @@ -79,7 +79,7 @@ // Enable Hunspell-based spellchecker -// Requires: hunspell +// Requires: hunspell (in repository for Win32) //#define WITH_HUNSPELL diff --git a/build/aegisub_vs2005/aegisub_vs2005.vcproj b/build/aegisub_vs2005/aegisub_vs2005.vcproj index 287e0e220..d2a437f44 100644 --- a/build/aegisub_vs2005/aegisub_vs2005.vcproj +++ b/build/aegisub_vs2005/aegisub_vs2005.vcproj @@ -41,7 +41,7 @@