From 94ad6dc01283cf61fee2bc884b9f1856433af579 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 10:26:01 +0200 Subject: [PATCH] Add cairo solution, release scripts and patches --- win32/deps/cairo/cairo-gobject.vcxproj | 263 +++++++++ .../deps/cairo/cairo-gobject.vcxproj.filters | 17 + win32/deps/cairo/cairo.patch | 139 +++++ win32/deps/cairo/cairo.props | 26 + win32/deps/cairo/cairo.sln | 36 ++ win32/deps/cairo/cairo.vcxproj | 524 ++++++++++++++++++ win32/deps/cairo/cairo.vcxproj.filters | 284 ++++++++++ win32/deps/cairo/release-x64.bat | 21 + win32/deps/cairo/release-x86.bat | 21 + 9 files changed, 1331 insertions(+) create mode 100644 win32/deps/cairo/cairo-gobject.vcxproj create mode 100644 win32/deps/cairo/cairo-gobject.vcxproj.filters create mode 100644 win32/deps/cairo/cairo.patch create mode 100644 win32/deps/cairo/cairo.props create mode 100644 win32/deps/cairo/cairo.sln create mode 100644 win32/deps/cairo/cairo.vcxproj create mode 100644 win32/deps/cairo/cairo.vcxproj.filters create mode 100644 win32/deps/cairo/release-x64.bat create mode 100644 win32/deps/cairo/release-x86.bat diff --git a/win32/deps/cairo/cairo-gobject.vcxproj b/win32/deps/cairo/cairo-gobject.vcxproj new file mode 100644 index 00000000..4e13f8d5 --- /dev/null +++ b/win32/deps/cairo/cairo-gobject.vcxproj @@ -0,0 +1,263 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + cairo-gobject + {C8D08F82-700E-4ACE-A766-A52C4048B5F7} + cairogobject + Win32Proj + + + + DynamicLibrary + Unicode + true + v110 + + + DynamicLibrary + Unicode + v110 + + + DynamicLibrary + MultiByte + true + v110 + + + DynamicLibrary + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + $(OutDir)$(ProjectName).lib + MachineX86 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include + + + + + + + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + CompileAsC + + + glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include + + + + + + MaxSpeed + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + $(OutDir)$(ProjectName).lib + true + true + MachineX86 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include + + + + + + + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIROGOBJECT_EXPORTS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + CompileAsC + + + glib-2.0.lib;gobject-2.0.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\util\cairo-gobject\cairo-gobject.h $(CopyDir)\include + + + + + + + + + + {e82f3508-c849-4d33-86af-13300224a169} + false + + + + + + \ No newline at end of file diff --git a/win32/deps/cairo/cairo-gobject.vcxproj.filters b/win32/deps/cairo/cairo-gobject.vcxproj.filters new file mode 100644 index 00000000..d7b51947 --- /dev/null +++ b/win32/deps/cairo/cairo-gobject.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Sources + + + Sources + + + \ No newline at end of file diff --git a/win32/deps/cairo/cairo.patch b/win32/deps/cairo/cairo.patch new file mode 100644 index 00000000..9b4f6983 --- /dev/null +++ b/win32/deps/cairo/cairo.patch @@ -0,0 +1,139 @@ +diff -ruN --strip-trailing-cr cairo-1.10.2.orig/src/cairo-win32-surface.c cairo-1.10.2/src/cairo-win32-surface.c +--- cairo-1.10.2.orig/src/cairo-win32-surface.c 2010-12-25 14:21:34 +0000 ++++ cairo-1.10.2/src/cairo-win32-surface.c 2012-10-02 06:57:37 +0000 +@@ -545,6 +545,79 @@ + return CAIRO_STATUS_SUCCESS; + } + ++static const unsigned char mirror[256] = { ++ 0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0, ++ 0x10, 0x90, 0x50, 0xd0, 0x30, 0xb0, 0x70, 0xf0, ++ 0x08, 0x88, 0x48, 0xc8, 0x28, 0xa8, 0x68, 0xe8, ++ 0x18, 0x98, 0x58, 0xd8, 0x38, 0xb8, 0x78, 0xf8, ++ 0x04, 0x84, 0x44, 0xc4, 0x24, 0xa4, 0x64, 0xe4, ++ 0x14, 0x94, 0x54, 0xd4, 0x34, 0xb4, 0x74, 0xf4, ++ 0x0c, 0x8c, 0x4c, 0xcc, 0x2c, 0xac, 0x6c, 0xec, ++ 0x1c, 0x9c, 0x5c, 0xdc, 0x3c, 0xbc, 0x7c, 0xfc, ++ 0x02, 0x82, 0x42, 0xc2, 0x22, 0xa2, 0x62, 0xe2, ++ 0x12, 0x92, 0x52, 0xd2, 0x32, 0xb2, 0x72, 0xf2, ++ 0x0a, 0x8a, 0x4a, 0xca, 0x2a, 0xaa, 0x6a, 0xea, ++ 0x1a, 0x9a, 0x5a, 0xda, 0x3a, 0xba, 0x7a, 0xfa, ++ 0x06, 0x86, 0x46, 0xc6, 0x26, 0xa6, 0x66, 0xe6, ++ 0x16, 0x96, 0x56, 0xd6, 0x36, 0xb6, 0x76, 0xf6, ++ 0x0e, 0x8e, 0x4e, 0xce, 0x2e, 0xae, 0x6e, 0xee, ++ 0x1e, 0x9e, 0x5e, 0xde, 0x3e, 0xbe, 0x7e, 0xfe, ++ 0x01, 0x81, 0x41, 0xc1, 0x21, 0xa1, 0x61, 0xe1, ++ 0x11, 0x91, 0x51, 0xd1, 0x31, 0xb1, 0x71, 0xf1, ++ 0x09, 0x89, 0x49, 0xc9, 0x29, 0xa9, 0x69, 0xe9, ++ 0x19, 0x99, 0x59, 0xd9, 0x39, 0xb9, 0x79, 0xf9, ++ 0x05, 0x85, 0x45, 0xc5, 0x25, 0xa5, 0x65, 0xe5, ++ 0x15, 0x95, 0x55, 0xd5, 0x35, 0xb5, 0x75, 0xf5, ++ 0x0d, 0x8d, 0x4d, 0xcd, 0x2d, 0xad, 0x6d, 0xed, ++ 0x1d, 0x9d, 0x5d, 0xdd, 0x3d, 0xbd, 0x7d, 0xfd, ++ 0x03, 0x83, 0x43, 0xc3, 0x23, 0xa3, 0x63, 0xe3, ++ 0x13, 0x93, 0x53, 0xd3, 0x33, 0xb3, 0x73, 0xf3, ++ 0x0b, 0x8b, 0x4b, 0xcb, 0x2b, 0xab, 0x6b, 0xeb, ++ 0x1b, 0x9b, 0x5b, 0xdb, 0x3b, 0xbb, 0x7b, 0xfb, ++ 0x07, 0x87, 0x47, 0xc7, 0x27, 0xa7, 0x67, 0xe7, ++ 0x17, 0x97, 0x57, 0xd7, 0x37, 0xb7, 0x77, 0xf7, ++ 0x0f, 0x8f, 0x4f, 0xcf, 0x2f, 0xaf, 0x6f, 0xef, ++ 0x1f, 0x9f, 0x5f, 0xdf, 0x3f, 0xbf, 0x7f, 0xff ++}; ++ ++static void ++mirror_a1_bits (cairo_surface_t *image_surface) ++{ ++ int w, h, stride, x, y; ++ unsigned char *data; ++ ++ h = cairo_image_surface_get_height (image_surface); ++ stride = cairo_image_surface_get_stride (image_surface); ++ data = cairo_image_surface_get_data (image_surface); ++ ++ for (y = 0; y < h; y++) { ++ for (x = 0; x < stride; x++) { ++ *data = mirror[*data]; ++ data++; ++ } ++ } ++} ++ ++static cairo_bool_t ++_cairo_win32_surface_is_gdi_format (cairo_surface_t *image_surface) ++{ ++ return cairo_image_surface_get_format (image_surface) != CAIRO_FORMAT_A1; ++} ++ ++static void ++_cairo_win32_surface_convert_from_gdi_format (cairo_surface_t *image_surface) ++{ ++ if (cairo_image_surface_get_format (image_surface) == CAIRO_FORMAT_A1) ++ mirror_a1_bits (image_surface); ++} ++ ++static void ++_cairo_win32_surface_convert_to_gdi_format (cairo_surface_t *image_surface) ++{ ++ if (cairo_image_surface_get_format (image_surface) == CAIRO_FORMAT_A1) ++ mirror_a1_bits (image_surface); ++} ++ + static cairo_status_t + _cairo_win32_surface_acquire_source_image (void *abstract_surface, + cairo_image_surface_t **image_out, +@@ -554,7 +627,7 @@ + cairo_win32_surface_t *local; + cairo_status_t status; + +- if (surface->image) { ++ if (surface->image && _cairo_win32_surface_is_gdi_format (surface->image)) { + *image_out = (cairo_image_surface_t *)surface->image; + *image_extra = NULL; + return CAIRO_STATUS_SUCCESS; +@@ -566,6 +639,8 @@ + if (status) + return status; + ++ _cairo_win32_surface_convert_from_gdi_format (local->image); ++ + *image_out = (cairo_image_surface_t *)local->image; + *image_extra = local; + return CAIRO_STATUS_SUCCESS; +@@ -593,7 +668,7 @@ + cairo_win32_surface_t *local = NULL; + cairo_status_t status; + +- if (surface->image) { ++ if (surface->image && _cairo_win32_surface_is_gdi_format (surface->image)) { + GdiFlush(); + + *image_out = (cairo_image_surface_t *) surface->image; +@@ -611,6 +686,8 @@ + if (status) + return status; + ++ _cairo_win32_surface_convert_from_gdi_format (local->image); ++ + *image_out = (cairo_image_surface_t *) local->image; + *image_extra = local; + *image_rect = *interest_rect; +@@ -630,6 +707,10 @@ + if (!local) + return; + ++ _cairo_win32_surface_set_clip_region (surface, NULL); ++ ++ _cairo_win32_surface_convert_from_gdi_format (local->image); ++ + if (!BitBlt (surface->dc, + image_rect->x, image_rect->y, + image_rect->width, image_rect->height, +@@ -1313,7 +1394,7 @@ + + UNSUPPORTED: + /* Fall back to image surface directly, if this is a DIB surface */ +- if (dst->image) { ++ if (dst->image && _cairo_win32_surface_is_gdi_format (dst->image)) { + GdiFlush(); + + return dst->image->backend->composite (op, pattern, mask_pattern, diff --git a/win32/deps/cairo/cairo.props b/win32/deps/cairo/cairo.props new file mode 100644 index 00000000..c228e6bc --- /dev/null +++ b/win32/deps/cairo/cairo.props @@ -0,0 +1,26 @@ + + + + ..\build\$(Platform) + ..\cairo-1.10.2-rel + + + + .\;.\src;$(CairoEtcInstallRoot)\include;$(CairoEtcInstallRoot)\include\glib-2.0;$(CairoEtcInstallRoot)\lib\glib-2.0\include;$(CairoEtcInstallRoot)\include\pixman-1;%(AdditionalIncludeDirectories) + + + $(CairoEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) + + + + + $(ApiVersion) + + + $(PixmanEtcInstallRoot) + + + $(PixmanDoInstall) + + + \ No newline at end of file diff --git a/win32/deps/cairo/cairo.sln b/win32/deps/cairo/cairo.sln new file mode 100644 index 00000000..82225914 --- /dev/null +++ b/win32/deps/cairo/cairo.sln @@ -0,0 +1,36 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2012 for Windows Desktop +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cairo", "cairo.vcxproj", "{E82F3508-C849-4D33-86AF-13300224A169}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cairo-gobject", "cairo-gobject.vcxproj", "{C8D08F82-700E-4ACE-A766-A52C4048B5F7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E82F3508-C849-4D33-86AF-13300224A169}.Debug|Win32.ActiveCfg = Debug|Win32 + {E82F3508-C849-4D33-86AF-13300224A169}.Debug|Win32.Build.0 = Debug|Win32 + {E82F3508-C849-4D33-86AF-13300224A169}.Debug|x64.ActiveCfg = Debug|x64 + {E82F3508-C849-4D33-86AF-13300224A169}.Debug|x64.Build.0 = Debug|x64 + {E82F3508-C849-4D33-86AF-13300224A169}.Release|Win32.ActiveCfg = Release|Win32 + {E82F3508-C849-4D33-86AF-13300224A169}.Release|Win32.Build.0 = Release|Win32 + {E82F3508-C849-4D33-86AF-13300224A169}.Release|x64.ActiveCfg = Release|x64 + {E82F3508-C849-4D33-86AF-13300224A169}.Release|x64.Build.0 = Release|x64 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Debug|Win32.ActiveCfg = Debug|Win32 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Debug|Win32.Build.0 = Debug|Win32 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Debug|x64.ActiveCfg = Debug|x64 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Debug|x64.Build.0 = Debug|x64 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Release|Win32.ActiveCfg = Release|Win32 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Release|Win32.Build.0 = Release|Win32 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Release|x64.ActiveCfg = Release|x64 + {C8D08F82-700E-4ACE-A766-A52C4048B5F7}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/win32/deps/cairo/cairo.vcxproj b/win32/deps/cairo/cairo.vcxproj new file mode 100644 index 00000000..d306c305 --- /dev/null +++ b/win32/deps/cairo/cairo.vcxproj @@ -0,0 +1,524 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + cairo + {E82F3508-C849-4D33-86AF-13300224A169} + cairo + Win32Proj + + + + DynamicLibrary + Unicode + true + v110 + + + DynamicLibrary + Unicode + v110 + + + DynamicLibrary + MultiByte + true + v110 + + + DynamicLibrary + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + true + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + false + + + + Generating src/cairo-features.h... + if exist .\src\cairo-features.h goto END + + echo /* Generated by Makefile.win32. Do not edit. */ > .\src\cairo-features.h + + echo #ifndef CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PNG_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FT_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FC_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PS_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PDF_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_SVG_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #endif >> .\src\cairo-features.h + + :END + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + 4244;4146;%(DisableSpecificWarnings) + + + gdi32.lib;msimg32.lib;user32.lib;zlib1d.lib;libpng15d.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies) + true + Windows + MachineX86 + $(OutDir)$(ProjectName).lib + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\cairo-version.h $(CopyDir)\include + + copy .\src\cairo.h $(CopyDir)\include + + copy .\src\cairo-deprecated.h $(CopyDir)\include + + copy .\src\cairo-features.h $(CopyDir)\include + + copy .\src\cairo-ft.h $(CopyDir)\include + + copy .\src\cairo-pdf.h $(CopyDir)\include + + copy .\src\cairo-ps.h $(CopyDir)\include + + copy .\src\cairo-svg.h $(CopyDir)\include + + copy .\src\cairo-win32.h $(CopyDir)\include + + + + + Generating src/cairo-features.h... + if exist .\src\cairo-features.h goto END + + echo /* Generated by Makefile.win32. Do not edit. */ > .\src\cairo-features.h + + echo #ifndef CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PNG_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FT_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FC_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PS_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PDF_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_SVG_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #endif >> .\src\cairo-features.h + + :END + + + + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + CompileAsC + + + gdi32.lib;msimg32.lib;user32.lib;zlib1d.lib;libpng15d.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\cairo-version.h $(CopyDir)\include + + copy .\src\cairo.h $(CopyDir)\include + + copy .\src\cairo-deprecated.h $(CopyDir)\include + + copy .\src\cairo-features.h $(CopyDir)\include + + copy .\src\cairo-ft.h $(CopyDir)\include + + copy .\src\cairo-pdf.h $(CopyDir)\include + + copy .\src\cairo-ps.h $(CopyDir)\include + + copy .\src\cairo-svg.h $(CopyDir)\include + + copy .\src\cairo-win32.h $(CopyDir)\include + + + + + Generating src/cairo-features.h... + if exist .\src\cairo-features.h goto END + + echo /* Generated by Makefile.win32. Do not edit. */ > .\src\cairo-features.h + + echo #ifndef CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PNG_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FT_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FC_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PS_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PDF_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_SVG_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #endif >> .\src\cairo-features.h + + :END + + + + MaxSpeed + false + WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + 4244;4146;%(DisableSpecificWarnings) + + + $(OutDir)$(ProjectName).dll + gdi32.lib;msimg32.lib;user32.lib;zdll.lib;libpng15.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies) + true + Windows + true + true + $(OutDir)$(ProjectName).lib + MachineX86 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\cairo-version.h $(CopyDir)\include + + copy .\src\cairo.h $(CopyDir)\include + + copy .\src\cairo-deprecated.h $(CopyDir)\include + + copy .\src\cairo-features.h $(CopyDir)\include + + copy .\src\cairo-ft.h $(CopyDir)\include + + copy .\src\cairo-pdf.h $(CopyDir)\include + + copy .\src\cairo-ps.h $(CopyDir)\include + + copy .\src\cairo-svg.h $(CopyDir)\include + + copy .\src\cairo-win32.h $(CopyDir)\include + + + + + Generating src/cairo-features.h... + if exist .\src\cairo-features.h goto END + + echo /* Generated by Makefile.win32. Do not edit. */ > .\src\cairo-features.h + + echo #ifndef CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_FEATURES_H >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_WIN32_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PNG_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FT_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_FC_FONT 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PS_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_PDF_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_SVG_SURFACE 1 >> .\src\cairo-features.h + + echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 >> .\src\cairo-features.h + + echo #endif >> .\src\cairo-features.h + + :END + + + + WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + CompileAsC + + + gdi32.lib;msimg32.lib;user32.lib;zdll.lib;libpng15.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies) + $(OutDir)$(ProjectName).dll + true + Windows + true + true + false + + + $(OutDir)$(ProjectName).lib + MachineX64 + + + mkdir $(CopyDir)\bin + + copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin + + + mkdir $(CopyDir)\lib + + copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib + + + mkdir $(CopyDir)\include + + copy .\cairo-version.h $(CopyDir)\include + + copy .\src\cairo.h $(CopyDir)\include + + copy .\src\cairo-deprecated.h $(CopyDir)\include + + copy .\src\cairo-features.h $(CopyDir)\include + + copy .\src\cairo-ft.h $(CopyDir)\include + + copy .\src\cairo-pdf.h $(CopyDir)\include + + copy .\src\cairo-ps.h $(CopyDir)\include + + copy .\src\cairo-svg.h $(CopyDir)\include + + copy .\src\cairo-win32.h $(CopyDir)\include + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win32/deps/cairo/cairo.vcxproj.filters b/win32/deps/cairo/cairo.vcxproj.filters new file mode 100644 index 00000000..b09b5d88 --- /dev/null +++ b/win32/deps/cairo/cairo.vcxproj.filters @@ -0,0 +1,284 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {341c014f-3605-4989-ac83-283d41bb6603} + + + {2f1441dc-7150-4262-9a07-cbaa3499ab79} + + + {cd1af522-932f-45ac-b256-f4184aa837ba} + + + {5f35fb5b-b444-4a70-8f05-97c5fa6f7095} + + + {8c402037-b911-4b03-ab65-a17fd064a475} + + + {bb015e7a-e395-489d-ba2f-d8cb5622c186} + + + {5db6f534-7946-44eb-acfc-cfd45b333154} + + + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources\font_subset + + + Sources\font_subset + + + Sources\font_subset + + + Sources\font_subset + + + Sources\font_subset + + + Sources\font_subset + + + Sources\png + + + Sources\ps + + + Sources\pdf + + + Sources\pdf + + + Sources\pdf + + + Sources\svg + + + Sources\freetype + + + Sources\win32 + + + Sources\win32 + + + Sources\win32 + + + \ No newline at end of file diff --git a/win32/deps/cairo/release-x64.bat b/win32/deps/cairo/release-x64.bat new file mode 100644 index 00000000..8155ca85 --- /dev/null +++ b/win32/deps/cairo/release-x64.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=cairo-1.10.2 + +set CAIRO_SRC=%cd% +set CAIRO_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %CAIRO_DEST%\LICENSE.CAIRO + +cd %CAIRO_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x64.7z +7z a ..\%PACKAGE_NAME%-x64.7z * +cd %CAIRO_SRC% +rmdir /q /s %CAIRO_DEST% + +echo.Finished! +pause diff --git a/win32/deps/cairo/release-x86.bat b/win32/deps/cairo/release-x86.bat new file mode 100644 index 00000000..dcd0ed82 --- /dev/null +++ b/win32/deps/cairo/release-x86.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=cairo-1.10.2 + +set CAIRO_SRC=%cd% +set CAIRO_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %CAIRO_DEST%\LICENSE.CAIRO + +cd %CAIRO_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x86.7z +7z a ..\%PACKAGE_NAME%-x86.7z * +cd %CAIRO_SRC% +rmdir /q /s %CAIRO_DEST% + +echo.Finished! +pause