From ca9661779adf7bf12abc2df9fe46f4dd705f46fe Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 6 Nov 2012 18:03:08 +0100 Subject: Move GTK+ to a separate repo --- win32/deps/pixman/build/win32/vc10/install.vcxproj | 105 ----------- win32/deps/pixman/build/win32/vc10/pixman.props | 89 --------- win32/deps/pixman/build/win32/vc10/pixman.sln | 46 ----- win32/deps/pixman/build/win32/vc10/pixman.vcxproj | 201 --------------------- .../pixman/build/win32/vc10/pixman.vcxproj.filters | 100 ---------- .../pixman/build/win32/vc10/testpixman.vcxproj | 178 ------------------ .../build/win32/vc10/testpixman.vcxproj.filters | 26 --- 7 files changed, 745 deletions(-) delete mode 100644 win32/deps/pixman/build/win32/vc10/install.vcxproj delete mode 100644 win32/deps/pixman/build/win32/vc10/pixman.props delete mode 100644 win32/deps/pixman/build/win32/vc10/pixman.sln delete mode 100644 win32/deps/pixman/build/win32/vc10/pixman.vcxproj delete mode 100644 win32/deps/pixman/build/win32/vc10/pixman.vcxproj.filters delete mode 100644 win32/deps/pixman/build/win32/vc10/testpixman.vcxproj delete mode 100644 win32/deps/pixman/build/win32/vc10/testpixman.vcxproj.filters (limited to 'win32/deps/pixman/build') diff --git a/win32/deps/pixman/build/win32/vc10/install.vcxproj b/win32/deps/pixman/build/win32/vc10/install.vcxproj deleted file mode 100644 index bfcb1973..00000000 --- a/win32/deps/pixman/build/win32/vc10/install.vcxproj +++ /dev/null @@ -1,105 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2093D218-190E-4194-9421-3BA7CBF33B10} - install - Win32Proj - - - - Utility - MultiByte - true - - - Utility - MultiByte - - - Utility - MultiByte - true - - - Utility - MultiByte - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(PixmanEtcInstallRoot)\ - - $(PixmanEtcInstallRoot)\ - - $(PixmanEtcInstallRoot)\ - - $(PixmanEtcInstallRoot)\ - - - - - $(PixmanDoInstall) - - - - - $(PixmanDoInstall) - - - - - $(PixmanDoInstall) - - - - - $(PixmanDoInstall) - - - - - {65e6ecb5-ba49-4c52-a085-1e3bb18836d0} - false - - - - - - \ No newline at end of file diff --git a/win32/deps/pixman/build/win32/vc10/pixman.props b/win32/deps/pixman/build/win32/vc10/pixman.props deleted file mode 100644 index 6106c26e..00000000 --- a/win32/deps/pixman/build/win32/vc10/pixman.props +++ /dev/null @@ -1,89 +0,0 @@ - - - - 1 - ..\..\..\..\build\$(Platform) - ..\..\..\..\pixman-0.26.2-rel - -mkdir $(CopyDir) - -mkdir $(CopyDir)\bin - -copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*.dll $(CopyDir)\bin - -copy $(SolutionDir)$(Configuration)\$(Platform)\bin\testpixman.exe $(CopyDir)\bin - - -mkdir $(CopyDir)\include\pixman-$(ApiVersion) - -copy ..\..\..\pixman\pixman.h $(CopyDir)\include\pixman-$(ApiVersion) - -copy ..\..\..\pixman\pixman-version.h $(CopyDir)\include\pixman-$(ApiVersion) - - -mkdir $(CopyDir)\lib - -copy $(SolutionDir)$(Configuration)\$(Platform)\bin\*-$(ApiVersion).lib $(CopyDir)\lib - - - - - <_ProjectFileVersion>10.0.40219.1 - <_PropertySheetDisplayName>pixmanprops - $(SolutionDir)$(Configuration)\$(PlatformName)\bin\ - $(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\ - - - - ..\..\..;..\..\..\pixman;$(PixmanEtcInstallRoot)\include;%(AdditionalIncludeDirectories) - _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;HAVE_CONFIG_H;%(PreprocessorDefinitions) - 4244;4101;4819;%(DisableSpecificWarnings) - - - $(PixmanEtcInstallRoot)\lib;%(AdditionalLibraryDirectories) - - - - -if exist ..\..\..\pixman\pixman-combine32.h goto DONE_PIXMAN_COMBINE_32_H - -perl ..\..\..\pixman\make-combine.pl 8 < ..\..\..\pixman\pixman-combine.h.template > ..\..\..\pixman\pixman-combine32.h - -:DONE_PIXMAN_COMBINE_32_H - - -if exist ..\..\..\pixman\pixman-combine32.c goto DONE_PIXMAN_COMBINE_32_C - -perl ..\..\..\pixman\make-combine.pl 8 < ..\..\..\pixman\pixman-combine.c.template > ..\..\..\pixman\pixman-combine32.c - -:DONE_PIXMAN_COMBINE_32_C - - -if exist ..\..\..\pixman\pixman-combine64.h goto DONE_PIXMAN_COMBINE_64_H - -perl ..\..\..\pixman\make-combine.pl 16 < ..\..\..\pixman\pixman-combine.h.template > ..\..\..\pixman\pixman-combine64.h - -:DONE_PIXMAN_COMBINE_64_H - - -if exist ..\..\..\pixman\pixman-combine64.c goto DONE_PIXMAN_COMBINE_64_C - -perl ..\..\..\pixman\make-combine.pl 16 < ..\..\..\pixman\pixman-combine.c.template > ..\..\..\pixman\pixman-combine64.c - -:DONE_PIXMAN_COMBINE_64_C - - - - - - - $(ApiVersion) - - - $(PixmanEtcInstallRoot) - - - $(PixmanDoInstall) - - - \ No newline at end of file diff --git a/win32/deps/pixman/build/win32/vc10/pixman.sln b/win32/deps/pixman/build/win32/vc10/pixman.sln deleted file mode 100644 index f00822d1..00000000 --- a/win32/deps/pixman/build/win32/vc10/pixman.sln +++ /dev/null @@ -1,46 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pixman", "pixman.vcxproj", "{65E6ECB5-BA49-4C52-A085-1E3BB18836D0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testpixman", "testpixman.vcxproj", "{C3E734B7-A89C-4011-B5D1-B3748F11D5BF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", "{2093D218-190E-4194-9421-3BA7CBF33B10}" -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 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Debug|Win32.ActiveCfg = Debug|Win32 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Debug|Win32.Build.0 = Debug|Win32 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Debug|x64.ActiveCfg = Debug|x64 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Debug|x64.Build.0 = Debug|x64 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Release|Win32.ActiveCfg = Release|Win32 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Release|Win32.Build.0 = Release|Win32 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Release|x64.ActiveCfg = Release|x64 - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0}.Release|x64.Build.0 = Release|x64 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Debug|Win32.ActiveCfg = Debug|Win32 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Debug|Win32.Build.0 = Debug|Win32 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Debug|x64.ActiveCfg = Debug|x64 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Debug|x64.Build.0 = Debug|x64 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Release|Win32.ActiveCfg = Release|Win32 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Release|Win32.Build.0 = Release|Win32 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Release|x64.ActiveCfg = Release|x64 - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF}.Release|x64.Build.0 = Release|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|Win32.ActiveCfg = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|Win32.Build.0 = Debug|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|x64.ActiveCfg = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Debug|x64.Build.0 = Debug|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|Win32.ActiveCfg = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|Win32.Build.0 = Release|Win32 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|x64.ActiveCfg = Release|x64 - {2093D218-190E-4194-9421-3BA7CBF33B10}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/win32/deps/pixman/build/win32/vc10/pixman.vcxproj b/win32/deps/pixman/build/win32/vc10/pixman.vcxproj deleted file mode 100644 index 3fc08f15..00000000 --- a/win32/deps/pixman/build/win32/vc10/pixman.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {65E6ECB5-BA49-4C52-A085-1E3BB18836D0} - pixman - Win32Proj - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - - - - - true - false - true - false - - - - Disabled - %(AdditionalIncludeDirectories) - _DEBUG;BUILDING_PIXMAN;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - %(DisableSpecificWarnings) - - - $(OutDir)$(ProjectName)-$(ApiVersion).dll - true - Windows - MachineX86 - $(TargetDir)$(ProjectName)-$(ApiVersion).lib - - - - - MaxSpeed - true - %(AdditionalIncludeDirectories) - BUILDING_PIXMAN;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - %(DisableSpecificWarnings) - - - $(OutDir)$(ProjectName)-$(ApiVersion).dll - true - Windows - true - true - MachineX86 - $(TargetDir)$(ProjectName)-$(ApiVersion).lib - - - - - X64 - - - Disabled - %(AdditionalIncludeDirectories) - _DEBUG;BUILDING_PIXMAN;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - %(DisableSpecificWarnings) - - - $(OutDir)$(ProjectName)-$(ApiVersion).dll - true - Windows - MachineX64 - $(TargetDir)$(ProjectName)-$(ApiVersion).lib - - - - - X64 - - - MaxSpeed - true - %(AdditionalIncludeDirectories) - BUILDING_PIXMAN;%(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - %(DisableSpecificWarnings) - - - $(OutDir)$(ProjectName)-$(ApiVersion).dll - true - Windows - true - true - MachineX64 - $(TargetDir)$(ProjectName)-$(ApiVersion).lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/win32/deps/pixman/build/win32/vc10/pixman.vcxproj.filters b/win32/deps/pixman/build/win32/vc10/pixman.vcxproj.filters deleted file mode 100644 index c58660fa..00000000 --- a/win32/deps/pixman/build/win32/vc10/pixman.vcxproj.filters +++ /dev/null @@ -1,100 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {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;tiff;tif;png;wav - - - - - 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 - - - \ No newline at end of file diff --git a/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj b/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj deleted file mode 100644 index 3bea834a..00000000 --- a/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {C3E734B7-A89C-4011-B5D1-B3748F11D5BF} - testpixman - Win32Proj - - - - Application - Unicode - true - - - Application - Unicode - - - Application - Unicode - true - - - Application - Unicode - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - true - false - - - - Disabled - %(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - EditAndContinue - - - libpng15d.lib;%(AdditionalDependencies) - true - Console - MachineX86 - - - - - MaxSpeed - true - %(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - libpng15.lib;%(AdditionalDependencies) - true - Console - true - true - MachineX86 - - - - - X64 - - - Disabled - %(AdditionalIncludeDirectories) - _DEBUG;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - - - Level3 - ProgramDatabase - - - libpng15d.lib;%(AdditionalDependencies) - true - Console - MachineX64 - - - - - X64 - - - MaxSpeed - true - %(AdditionalIncludeDirectories) - %(PreprocessorDefinitions) - MultiThreadedDLL - true - - - Level3 - ProgramDatabase - - - libpng15.lib;%(AdditionalDependencies) - true - Console - true - true - MachineX64 - - - - - - - - - - - - {65e6ecb5-ba49-4c52-a085-1e3bb18836d0} - false - - - - - - \ No newline at end of file diff --git a/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj.filters b/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj.filters deleted file mode 100644 index eb433681..00000000 --- a/win32/deps/pixman/build/win32/vc10/testpixman.vcxproj.filters +++ /dev/null @@ -1,26 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - - - Sources - - - Sources - - - - - Headers - - - \ No newline at end of file -- cgit 1.4.1