From 73008387e8fd731fd4430b25123a6bcf3726bd12 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 30 Sep 2012 22:22:49 +0200 Subject: [PATCH] Add GDK-PixBuf solution and release scripts --- .../win32/vc11/gdk-pixbuf-csource.vcxproj | 179 +++++++ .../vc11/gdk-pixbuf-csource.vcxproj.filters | 14 + .../win32/vc11/gdk-pixbuf-pixdata.vcxproj | 173 +++++++ .../vc11/gdk-pixbuf-pixdata.vcxproj.filters | 14 + .../vc11/gdk-pixbuf-query-loaders.vcxproj | 176 +++++++ .../gdk-pixbuf-query-loaders.vcxproj.filters | 14 + .../build/win32/vc11/gdk-pixbuf.props | 179 +++++++ .../build/win32/vc11/gdk-pixbuf.sln | 110 ++++ .../build/win32/vc11/gdk-pixbuf.vcxproj | 483 ++++++++++++++++++ .../win32/vc11/gdk-pixbuf.vcxproj.filters | 68 +++ .../build/win32/vc11/install.vcxproj | 121 +++++ win32/deps/gdk-pixbuf/release-x64.bat | 21 + win32/deps/gdk-pixbuf/release-x86.bat | 21 + 13 files changed, 1573 insertions(+) create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj.filters create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj.filters create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj.filters create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.props create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.sln create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj.filters create mode 100644 win32/deps/gdk-pixbuf/build/win32/vc11/install.vcxproj create mode 100644 win32/deps/gdk-pixbuf/release-x64.bat create mode 100644 win32/deps/gdk-pixbuf/release-x86.bat diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj new file mode 100644 index 00000000..b0937f7d --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj @@ -0,0 +1,179 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3689C772-49A9-4E32-8161-686E1381ADB4} + gdk-pixbuf-csource + Win32Proj + + + + Application + MultiByte + v110 + + + Application + MultiByte + v110 + + + Application + MultiByte + true + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + true + false + true + false + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + %(AdditionalDependencies) + true + $(OutDir)gdk-pixbuf-csource.pdb + Console + false + + + MachineX86 + + + + + Full + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + %(AdditionalDependencies) + Console + true + true + false + + + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + false + + + MachineX64 + + + + + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + true + true + false + + + MachineX64 + + + + + + + + {01ade22d-f6ec-4d09-8fe1-b9a97dec2ba3} + false + + + + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj.filters b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj.filters new file mode 100644 index 00000000..4ff6d581 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-csource.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Source Files + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj new file mode 100644 index 00000000..f7f59dd7 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj @@ -0,0 +1,173 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2AD2FF07-0514-41A8-8A32-920C744EA1A6} + gdkpixbufpixdata + Win32Proj + + + + Application + Unicode + true + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + true + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + true + false + false + + + + Disabled + _DEBUG;$(GdkPixbufDefines);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + false + + + MachineX64 + + + + + MaxSpeed + true + $(GdkPixbufDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + true + Console + true + true + MachineX86 + + + + + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + true + true + false + + + MachineX64 + + + + + + + + {01ade22d-f6ec-4d09-8fe1-b9a97dec2ba3} + false + + + + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj.filters b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj.filters new file mode 100644 index 00000000..481e92d7 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-pixdata.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Sources + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj new file mode 100644 index 00000000..5e280096 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj @@ -0,0 +1,176 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {7212330C-14DF-4815-9E3B-4BDB3D21F665} + gdkpixbufqueryloaders + Win32Proj + + + + Application + Unicode + true + v110 + + + Application + Unicode + v110 + + + Application + MultiByte + true + v110 + + + Application + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + true + true + false + false + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);$(GdkPixbufLibdirDefine);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + %(AdditionalDependencies) + true + Console + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);$(GdkPixbufLibdirDefine);%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + false + + + MachineX64 + + + + + MaxSpeed + true + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);$(GdkPixbufLibdirDefine);%(PreprocessorDefinitions) + MultiThreadedDLL + true + + + Level3 + ProgramDatabase + + + %(AdditionalDependencies) + true + Console + true + true + MachineX86 + + + + + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);$(GdkPixbufLibdirDefine);%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + CompileAsC + + + %(AdditionalDependencies) + true + Console + true + true + false + + + MachineX64 + + + + + + + + {01ade22d-f6ec-4d09-8fe1-b9a97dec2ba3} + false + + + + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj.filters b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj.filters new file mode 100644 index 00000000..4a4f4332 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf-query-loaders.vcxproj.filters @@ -0,0 +1,14 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Sources + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.props b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.props new file mode 100644 index 00000000..0d4f7a22 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.props @@ -0,0 +1,179 @@ + + + + 2.0 + 2.10.0 + INCLUDE_gdiplus + JAS_WIN_MSVC_BUILD;INCLUDE_bmp;INCLUDE_gif;INCLUDE_ico;INCLUDE_jasper;INCLUDE_jpeg;INCLUDE_tiff; + INCLUDE_ani;INCLUDE_pcx;INCLUDE_tga;INCLUDE_xbm;INCLUDE_png;INCLUDE_qtif;INCLUDE_pnm;INCLUDE_icns;INCLUDE_ras;INCLUDE_wbmp;INCLUDE_xpm + \"/dummy\" + GDK_PIXBUF_PREFIX="\"$(GdkPixbufDummyPrefix)\"" + PIXBUF_LIBDIR="\"$(GdkPixbufDummyPrefix)/lib/gdk-pixbuf-$(GdkPixbufApiVersion)/$(GdkPixbufBinaryVersion)/loaders\"" + GDK_PIXBUF_LIBDIR="\"$(GdkPixbufDummyPrefix)/lib\"" + GDK_PIXBUF_BINARY_VERSION="\"$(GdkPixbufBinaryVersion)\"" + GDK_PIXBUF_LOCALEDIR="\"./locale/\"" + HAVE_CONFIG_H;GDK_PIXBUF_COMPILATION;GDK_PIXBUF_ENABLE_BACKEND;$(GdkPixbufPrefixDefine);$(GdkPixbufBinVerDefine);$(MODULAR_MACROS);$(GPBLibdirDefine);$(GdkPixbufLocaleDir) + ..\..\..\..\build\$(Platform) + ..\..\..\..\gdk-pixbuf-2.26.4-rel + $(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\ + +echo on + +mkdir $(CopyDir)\bin + +copy $(Configuration)\$(Platform)\bin\*.dll $(CopyDir)\bin + +copy $(Configuration)\$(Platform)\bin\*.exe $(CopyDir)\bin + + +mkdir $(CopyDir)\lib + +copy $(Configuration)\$(Platform)\bin\*-$(GdkPixbufApiVersion).lib $(CopyDir)\lib + + +mkdir $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-animation.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-core.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-enum-types.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-features.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-io.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-loader.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-simple-anim.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf-transform.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixbuf.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + +copy ..\..\..\gdk-pixbuf\gdk-pixdata.h $(CopyDir)\include\gdk-pixbuf-$(GdkPixbufApiVersion)\gdk-pixbuf + + +copy $(Configuration)\$(Platform)\bin\*-$(GdkPixbufApiVersion).lib $(CopyDir)\\lib + + + echo EXPORTS >$(DefDir)\gdk-pixbuf.def && cl /EP -DG_OS_WIN32 -DINCLUDE_VARIABLES -DALL_FILES -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= ..\..\..\gdk-pixbuf\gdk-pixbuf.symbols >>$(DefDir)\gdk-pixbuf.def + lib + -$(GdkPixbufApiVersion)-0 + + -2.0 + $(GdkPixbufSeparateVS10DllPrefix) + $(GdkPixbufSeparateVS10DllSuffix) + + + <_PropertySheetDisplayName>gdk-pixbufprops + $(SolutionDir)$(Configuration)\$(PlatformName)\bin\ + $(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\ + + + + ..\..\..;..\..\..\gdk-pixbuf;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\atk-1.0;$(GlibEtcInstallRoot)\include\pango-1.0;%(AdditionalIncludeDirectories) + HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;%(PreprocessorDefinitions) + msvc_recommended_pragmas.h;%(ForcedIncludeFiles) + + + gio-2.0.lib;gmodule-2.0.lib;gobject-2.0.lib;glib-2.0.lib;gthread-2.0.lib;libintl.lib;%(AdditionalDependencies) + $(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) + + + +if exist ..\..\..\config.h goto GEN_MARS_H + +copy ..\..\..\config.h.win32 ..\..\..\config.h + +:GEN_MARS_H + +if exist ..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.h goto GEN_MARS_C + +glib-genmarshal.exe --prefix=_gdk_pixbuf_marshal ..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.list --header >..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.h + +:GEN_MARS_C + +if exist ..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.c goto END + +glib-genmarshal.exe --prefix=_gdk_pixbuf_marshal ..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.list --body >..\..\..\gdk-pixbuf\gdk-pixbuf-marshal.c + +:END + + + + + + + $(GdkPixbufApiVersion) + + + $(GdkPixbufBinaryVersion) + + + $(GDIP_MACROS) + + + $(NOGDIP_MACROS) + + + $(MODULAR_MACROS) + + + $(GdkPixbufDummyPrefix) + + + $(GdkPixbufPrefixDefine) + + + $(GdkPixbufLibdirDefine) + + + $(GPBLibdirDefine) + + + $(GdkPixbufBinVerDefine) + + + $(GdkPixbufLocaleDir) + + + $(GdkPixbufDefines) + + + $(GdkPixbufDoInstall) + + + $(GdkPixbufGenerateGdkPixbufDef) + + + $(GdkPixbufLibtoolCompatibleDllPrefix) + + + $(GdkPixbufLibtoolCompatibleDllSuffix) + + + $(GdkPixbufSeparateVS10DllPrefix) + + + $(GdkPixbufSeparateVS10DllSuffix) + + + $(GdkPixbufDllPrefix) + + + $(GdkPixbufDllSuffix) + + + $(GlibEtcInstallRoot) + + + $(CopyDir) + + + $(DefDir) + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.sln b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.sln new file mode 100644 index 00000000..d7cdd644 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.sln @@ -0,0 +1,110 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2012 for Windows Desktop +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf", "gdk-pixbuf.vcxproj", "{01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-csource", "gdk-pixbuf-csource.vcxproj", "{3689C772-49A9-4E32-8161-686E1381ADB4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", "{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-query-loaders", "gdk-pixbuf-query-loaders.vcxproj", "{7212330C-14DF-4815-9E3B-4BDB3D21F665}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdk-pixbuf-pixdata", "gdk-pixbuf-pixdata.vcxproj", "{2AD2FF07-0514-41A8-8A32-920C744EA1A6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug_NoGDIP|Win32 = Debug_NoGDIP|Win32 + Debug_NoGDIP|x64 = Debug_NoGDIP|x64 + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release_NoGDIP|Win32 = Release_NoGDIP|Win32 + Release_NoGDIP|x64 = Release_NoGDIP|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug_NoGDIP|Win32.ActiveCfg = Debug_NoGDIP|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug_NoGDIP|Win32.Build.0 = Debug_NoGDIP|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug_NoGDIP|x64.ActiveCfg = Debug_NoGDIP|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug_NoGDIP|x64.Build.0 = Debug_NoGDIP|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug|Win32.ActiveCfg = Debug|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug|Win32.Build.0 = Debug|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug|x64.ActiveCfg = Debug|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Debug|x64.Build.0 = Debug|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release_NoGDIP|Win32.ActiveCfg = Release_NoGDIP|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release_NoGDIP|Win32.Build.0 = Release_NoGDIP|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release_NoGDIP|x64.ActiveCfg = Release_NoGDIP|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release_NoGDIP|x64.Build.0 = Release_NoGDIP|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release|Win32.ActiveCfg = Release|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release|Win32.Build.0 = Release|Win32 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release|x64.ActiveCfg = Release|x64 + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3}.Release|x64.Build.0 = Release|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug_NoGDIP|Win32.ActiveCfg = Debug|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug_NoGDIP|Win32.Build.0 = Debug|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug_NoGDIP|x64.ActiveCfg = Debug|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug_NoGDIP|x64.Build.0 = Debug|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug|Win32.ActiveCfg = Debug|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug|Win32.Build.0 = Debug|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug|x64.ActiveCfg = Debug|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Debug|x64.Build.0 = Debug|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release_NoGDIP|Win32.ActiveCfg = Release|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release_NoGDIP|Win32.Build.0 = Release|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release_NoGDIP|x64.ActiveCfg = Release|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release_NoGDIP|x64.Build.0 = Release|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release|Win32.ActiveCfg = Release|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release|Win32.Build.0 = Release|Win32 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release|x64.ActiveCfg = Release|x64 + {3689C772-49A9-4E32-8161-686E1381ADB4}.Release|x64.Build.0 = Release|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug_NoGDIP|Win32.ActiveCfg = Debug|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug_NoGDIP|Win32.Build.0 = Debug|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug_NoGDIP|x64.ActiveCfg = Debug|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug_NoGDIP|x64.Build.0 = Debug|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug|Win32.ActiveCfg = Debug|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug|Win32.Build.0 = Debug|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug|x64.ActiveCfg = Debug|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Debug|x64.Build.0 = Debug|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release_NoGDIP|Win32.ActiveCfg = Release|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release_NoGDIP|Win32.Build.0 = Release|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release_NoGDIP|x64.ActiveCfg = Release|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release_NoGDIP|x64.Build.0 = Release|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release|Win32.ActiveCfg = Release|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release|Win32.Build.0 = Release|Win32 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release|x64.ActiveCfg = Release|x64 + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}.Release|x64.Build.0 = Release|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug_NoGDIP|Win32.ActiveCfg = Debug|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug_NoGDIP|Win32.Build.0 = Debug|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug_NoGDIP|x64.ActiveCfg = Debug|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug_NoGDIP|x64.Build.0 = Debug|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug|Win32.ActiveCfg = Debug|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug|Win32.Build.0 = Debug|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug|x64.ActiveCfg = Debug|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Debug|x64.Build.0 = Debug|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release_NoGDIP|Win32.ActiveCfg = Release|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release_NoGDIP|Win32.Build.0 = Release|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release_NoGDIP|x64.ActiveCfg = Release|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release_NoGDIP|x64.Build.0 = Release|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|Win32.ActiveCfg = Release|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|Win32.Build.0 = Release|Win32 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|x64.ActiveCfg = Release|x64 + {7212330C-14DF-4815-9E3B-4BDB3D21F665}.Release|x64.Build.0 = Release|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug_NoGDIP|Win32.ActiveCfg = Debug|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug_NoGDIP|Win32.Build.0 = Debug|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug_NoGDIP|x64.ActiveCfg = Debug|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug_NoGDIP|x64.Build.0 = Debug|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug|Win32.ActiveCfg = Debug|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug|Win32.Build.0 = Debug|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug|x64.ActiveCfg = Debug|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Debug|x64.Build.0 = Debug|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release_NoGDIP|Win32.ActiveCfg = Release|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release_NoGDIP|Win32.Build.0 = Release|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release_NoGDIP|x64.ActiveCfg = Release|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release_NoGDIP|x64.Build.0 = Release|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|Win32.ActiveCfg = Release|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|Win32.Build.0 = Release|Win32 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|x64.ActiveCfg = Release|x64 + {2AD2FF07-0514-41A8-8A32-920C744EA1A6}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj new file mode 100644 index 00000000..0df646bd --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj @@ -0,0 +1,483 @@ + + + + + Debug_NoGDIP + Win32 + + + Debug_NoGDIP + x64 + + + Debug + Win32 + + + Debug + x64 + + + Release_NoGDIP + Win32 + + + Release_NoGDIP + x64 + + + Release + Win32 + + + Release + x64 + + + + {01ADE22D-F6EC-4D09-8FE1-B9A97DEC2BA3} + gdk-pixbuf + Win32Proj + + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + DynamicLibrary + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + false + true + true + true + Debug\$(Platform)\bin\ + false + Release\$(Platform)\bin\ + true + Debug\$(Platform)\bin\ + true + Release\$(Platform)\bin\ + + + + %(AdditionalOptions) + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);$(GDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + $(GdkPixbufGenerateGdkPixbufDef) + + + Gdiplus.lib;libpng15d.lib;zlib1d.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + $(IntDir)\gdk-pixbuf.def + true + $(OutDir)gdk-pixbuf.pdb + Windows + false + + + $(OutDir)gdk_pixbuf-2.0.lib + MachineX86 + + + + + %(AdditionalOptions) + Full + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);$(GDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + Gdiplus.lib;libpng15.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + $(IntDir)\gdk-pixbuf.def + true + Windows + true + true + false + + + $(OutDir)gdk_pixbuf-$(GdkPixbufApiVersion).lib + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);$(GDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + Gdiplus.lib;libpng15d.lib;zlib1d.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + $(IntDir)\gdk-pixbuf.def + true + Windows + $(OutDir)gdk_pixbuf-$(GdkPixbufApiVersion).lib + MachineX64 + + + + + $(GdkPixbufDefines);$(GDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + Gdiplus.lib;libpng15.lib;zdll.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + $(IntDir)\gdk-pixbuf.def + true + Windows + true + true + $(OutDir)gdk_pixbuf-$(GdkPixbufApiVersion).lib + MachineX64 + + + + + Disabled + %(AdditionalOptions) + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);$(NOGDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + EditAndContinue + + + $(GdkPixbufGenerateGdkPixbufDef) + + + libpng15d.lib;zlib1d.lib;intld.lib;libjpegd.lib;libjasper.lib;libtiffd_i.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + LIBCMTD.lib;LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + $(IntDir)\gdk-pixbuf.def + true + $(OutDir)gdk-pixbuf.pdb + Windows + false + + + $(OutDir)gdk_pixbuf-2.0.lib + MachineX86 + + + + + %(AdditionalOptions) + Full + %(AdditionalIncludeDirectories) + $(GdkPixbufDefines);$(NOGDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + libpng15.lib;zdll.lib;intl.lib;libjpeg.lib;libjasper.lib;libtiff_i.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + $(IntDir)\gdk-pixbuf.def + true + Windows + true + true + false + + + $(OutDir)gdk_pixbuf-2.0.lib + MachineX86 + + + + + Disabled + %(AdditionalIncludeDirectories) + _DEBUG;$(GdkPixbufDefines);$(NOGDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + libpng15d.lib;zlib1d.lib;intld.lib;libjpegd.lib;libjasper.lib;libtiffd_i.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + LIBCMTD.lib;LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + $(IntDir)\gdk-pixbuf.def + true + Windows + $(OutDir)gdk_pixbuf-$(GdkPixbufApiVersion).lib + MachineX64 + + + + + $(GdkPixbufDefines);$(NOGDIP_MACROS);DLL_EXPORT;%(PreprocessorDefinitions) + MultiThreadedDLL + + + Level3 + ProgramDatabase + + + $(GdkPixbufGenerateGdkPixbufDef) + + + libpng15.lib;zdll.lib;intl.lib;libjpeg.lib;libjasper.lib;libtiff_i.lib;%(AdditionalDependencies) + $(OutDir)$(GdkPixbufDllPrefix)gdk_pixbuf$(GdkPixbufDllSuffix).dll + LIBCMT.lib;%(IgnoreSpecificDefaultLibraries) + $(IntDir)\gdk-pixbuf.def + true + Windows + true + true + $(OutDir)gdk_pixbuf-$(GdkPixbufApiVersion).lib + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + true + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj.filters b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj.filters new file mode 100644 index 00000000..38b2026c --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/gdk-pixbuf.vcxproj.filters @@ -0,0 +1,68 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {c4d26c4e-e8c9-48fa-b402-0ab65b5eee2f} + + + {744a1b93-b9d4-44cc-a3c0-15944c405223} + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx + + + + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Native + Source Files\Non-Native + Source Files\Non-Native + Source Files\Non-Native + Source Files\Non-Native + Source Files\Non-Native + Source Files\Non-Native + + Resouce Files + + diff --git a/win32/deps/gdk-pixbuf/build/win32/vc11/install.vcxproj b/win32/deps/gdk-pixbuf/build/win32/vc11/install.vcxproj new file mode 100644 index 00000000..6a9c68d6 --- /dev/null +++ b/win32/deps/gdk-pixbuf/build/win32/vc11/install.vcxproj @@ -0,0 +1,121 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB} + install + Win32Proj + + + + Utility + MultiByte + true + v110 + + + Utility + MultiByte + v110 + + + Utility + MultiByte + true + v110 + + + Utility + MultiByte + v110 + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(GlibEtcInstallRoot)\ + + $(GlibEtcInstallRoot)\ + + $(GlibEtcInstallRoot)\ + + $(GlibEtcInstallRoot)\ + + + + + $(GdkPixbufDoInstall) + + + + + $(GdkPixbufDoInstall) + + + + + $(GdkPixbufDoInstall) + + + + + $(GdkPixbufDoInstall) + + + + + {3689c772-49a9-4e32-8161-686e1381adb4} + false + + + {2ad2ff07-0514-41a8-8a32-920c744ea1a6} + false + + + {7212330c-14df-4815-9e3b-4bdb3d21f665} + false + + + {01ade22d-f6ec-4d09-8fe1-b9a97dec2ba3} + false + + + + + + \ No newline at end of file diff --git a/win32/deps/gdk-pixbuf/release-x64.bat b/win32/deps/gdk-pixbuf/release-x64.bat new file mode 100644 index 00000000..0dfccc8d --- /dev/null +++ b/win32/deps/gdk-pixbuf/release-x64.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=gdk-pixbuf-2.26.4 + +set GDKPIXBUF_SRC=%cd% +set GDKPIXBUF_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %GDKPIXBUF_DEST%\LICENSE.GDKPIXBUF + +cd %GDKPIXBUF_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x64.7z +7z a ..\%PACKAGE_NAME%-x64.7z * +cd %GDKPIXBUF_SRC% +rmdir /q /s %GDKPIXBUF_DEST% + +echo.Finished! +pause diff --git a/win32/deps/gdk-pixbuf/release-x86.bat b/win32/deps/gdk-pixbuf/release-x86.bat new file mode 100644 index 00000000..36f17c87 --- /dev/null +++ b/win32/deps/gdk-pixbuf/release-x86.bat @@ -0,0 +1,21 @@ +:: run this from a command prompt +@echo off + +SET PACKAGE_NAME=gdk-pixbuf-2.26.4 + +set GDKPIXBUF_SRC=%cd% +set GDKPIXBUF_DEST=%cd%-rel +echo.Press return when ready to install! +pause + +copy COPYING %GDKPIXBUF_DEST%\LICENSE.GDKPIXBUF + +cd %GDKPIXBUF_DEST% +set PATH=%PATH%;%ProgramFiles%\7-zip +del ..\%PACKAGE_NAME%-x86.7z +7z a ..\%PACKAGE_NAME%-x86.7z * +cd %GDKPIXBUF_SRC% +rmdir /q /s %GDKPIXBUF_DEST% + +echo.Finished! +pause