From 96026b82c784bbba010d0a9550301cefd6c73af7 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 20 Feb 2015 21:58:31 -0500 Subject: Add support for native win8+ spell checking --- src/libenchant_win8/libenchant_win8.vcxproj | 47 +++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/libenchant_win8/libenchant_win8.vcxproj (limited to 'src/libenchant_win8/libenchant_win8.vcxproj') diff --git a/src/libenchant_win8/libenchant_win8.vcxproj b/src/libenchant_win8/libenchant_win8.vcxproj new file mode 100644 index 00000000..aab7acc8 --- /dev/null +++ b/src/libenchant_win8/libenchant_win8.vcxproj @@ -0,0 +1,47 @@ + + + + + Release + Win32 + + + Release + x64 + + + + {BF0EBC16-68AD-4CD1-864C-5B56836EBE2A} + Win32Proj + libenchant_win8 + + + + DynamicLibrary + true + v120 + + + + + + + + $(HexChatRel)lib\enchant\ + libenchant_win8 + + + + ..\common;$(HexChatLib);$(DepsRoot)\include\enchant;$(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories) + + + $(DepLibs);%(AdditionalDependencies) + $(DepsRoot)\lib;%(AdditionalLibraryDirectories) + libenchant_win8.def + + + + + + + -- cgit 1.4.1