From 77f953364dc7e164d94171861355d57bd7d4c5a0 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Mon, 1 Oct 2012 10:38:44 +0200 Subject: Add Fontconfig solution --- win32/deps/fontconfig/fontconfig.vcxproj | 265 +++++++++++++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 win32/deps/fontconfig/fontconfig.vcxproj (limited to 'win32/deps/fontconfig/fontconfig.vcxproj') diff --git a/win32/deps/fontconfig/fontconfig.vcxproj b/win32/deps/fontconfig/fontconfig.vcxproj new file mode 100644 index 00000000..872d371a --- /dev/null +++ b/win32/deps/fontconfig/fontconfig.vcxproj @@ -0,0 +1,265 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E82C60A1-5613-4DB5-B965-5F1E11CB68BD} + fontconfig + Win32Proj + + + + DynamicLibrary + v110 + MultiByte + + + DynamicLibrary + v110 + MultiByte + + + DynamicLibrary + v110 + MultiByte + + + DynamicLibrary + v110 + MultiByte + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + Debug\ + Debug\ + true + + + true + + + Release\ + Release\ + false + + + false + + + + + + + + Disabled + .\;.\src;.\fontconfig;..\vs9\$(Platform)\include;%(AdditionalIncludeDirectories) + _DEBUG;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;DLL_EXPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + 4244;4819;%(DisableSpecificWarnings) + + + libxml2.lib;freetype_d.lib;iconvd.lib;%(AdditionalDependencies) + $(OutDir)fontconfig.dll + ..\vs9\$(Platform)\lib;%(AdditionalLibraryDirectories) + fontconfig.def + true + $(OutDir)fontconfig.pdb + Windows + false + + $(OutDir)fontconfig.lib + MachineX86 + + + if not exist .\fonts.conf copy .\fonts.conf.vc .\fonts.conf + + + + + + + + + Disabled + .\;.\src;.\fontconfig;..\vs9\$(Platform)\include;%(AdditionalIncludeDirectories) + _DEBUG;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;DLL_EXPORT;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + 4244;4819;%(DisableSpecificWarnings) + + + libxml2.lib;freetype_d.lib;iconvd.lib;%(AdditionalDependencies) + $(OutDir)fontconfig.dll + ..\vs9\$(Platform)\lib;%(AdditionalLibraryDirectories) + fontconfig.def + true + $(OutDir)fontconfig.pdb + Windows + false + + + $(OutDir)fontconfig.lib + + + if not exist .\fonts.conf copy .\fonts.conf.vc .\fonts.conf + + + + + + + + + .\;.\src;.\fontconfig;..\vs9\$(Platform)\include;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + 4244;4819;%(DisableSpecificWarnings) + + + libxml2.lib;freetype.lib;%(AdditionalDependencies) + $(OutDir)fontconfig.dll + ..\vs9\$(Platform)\lib;%(AdditionalLibraryDirectories) + fontconfig.def + true + Windows + true + true + false + + $(OutDir)fontconfig.lib + MachineX86 + + + if not exist .\fonts.conf copy .\fonts.conf.vc .\fonts.conf + + + + + + + + + .\;.\src;.\fontconfig;..\vs9\$(Platform)\include;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4244;4819;%(DisableSpecificWarnings) + + + libxml2.lib;freetype.lib;%(AdditionalDependencies) + $(OutDir)fontconfig.dll + ..\vs9\$(Platform)\lib;%(AdditionalLibraryDirectories) + fontconfig.def + true + Windows + true + true + false + + + $(OutDir)fontconfig.lib + + + if not exist .\fonts.conf copy .\fonts.conf.vc .\fonts.conf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {3ce4b363-40a4-4604-b1a2-5785ba80f32f} + false + + + {1b4e62f7-3437-48d5-aab2-cbbe3de513ed} + false + + + {9e193d8e-2adf-4cd9-8860-9da4c41e6eb8} + false + + + {df6ae3b3-c0ca-4c8b-9f93-a183bf5005c9} + false + + + + + + \ No newline at end of file -- cgit 1.4.1