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/fc-glyphname.vcxproj | 225 +++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 win32/deps/fontconfig/fc-glyphname.vcxproj (limited to 'win32/deps/fontconfig/fc-glyphname.vcxproj') diff --git a/win32/deps/fontconfig/fc-glyphname.vcxproj b/win32/deps/fontconfig/fc-glyphname.vcxproj new file mode 100644 index 00000000..5eafd898 --- /dev/null +++ b/win32/deps/fontconfig/fc-glyphname.vcxproj @@ -0,0 +1,225 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {9E193D8E-2ADF-4CD9-8860-9DA4C41E6EB8} + fc-glyphname + Win32Proj + + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + Application + v110 + MultiByte + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + Debug\ + Debug\ + true + + + true + + + Release\ + Release\ + false + + + false + + + + + + + + Disabled + .\;.\src;.\fc-glyphname;%(AdditionalIncludeDirectories) + _DEBUG;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + Level3 + EditAndContinue + 4018;4819;%(DisableSpecificWarnings) + + + .\fc-glyphname\fc-glyphname.exe + true + $(OutDir)fc-glyphname.pdb + Console + false + + MachineX86 + + + if exist .\fc-glyphname\fcglyphname.h goto END +cd fc-glyphname +fc-glyphname.exe ../fc-glyphname/zapfdingbats.txt < ../fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h +cd .. +:END + + + + + + + + + + Disabled + .\;.\src;.\fc-glyphname;%(AdditionalIncludeDirectories) + _DEBUG;HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + + + Level3 + ProgramDatabase + 4018;4819;%(DisableSpecificWarnings) + + + .\fc-glyphname\fc-glyphname.exe + true + $(OutDir)fc-glyphname.pdb + Console + false + + + + + if exist .\fc-glyphname\fcglyphname.h goto END +cd fc-glyphname +fc-glyphname.exe ../fc-glyphname/zapfdingbats.txt < ../fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h +cd .. +:END + + + + + + + + + + .\;.\src;.\fc-glyphname;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + Level3 + ProgramDatabase + 4018;4819;%(DisableSpecificWarnings) + + + .\fc-glyphname\fc-glyphname.exe + true + Console + true + true + false + + MachineX86 + + + if exist .\fc-glyphname\fcglyphname.h goto END +cd fc-glyphname +fc-glyphname.exe ../fc-glyphname/zapfdingbats.txt < ../fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h +cd .. +:END + + + + + + + + + + .\;.\src;.\fc-glyphname;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + 4018;4819;%(DisableSpecificWarnings) + + + .\fc-glyphname\fc-glyphname.exe + true + Console + true + true + false + + + + + if exist .\fc-glyphname\fcglyphname.h goto END +cd fc-glyphname +fc-glyphname.exe ../fc-glyphname/zapfdingbats.txt < ../fc-glyphname/fcglyphname.tmpl.h > fcglyphname.h +cd .. +:END + + + + + + + + + + \ No newline at end of file -- cgit 1.4.1