From 94ad6dc01283cf61fee2bc884b9f1856433af579 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 10:26:01 +0200 Subject: Add cairo solution, release scripts and patches --- win32/deps/cairo/cairo-gobject.vcxproj | 263 +++++++++++++++++++++++++++++++++ 1 file changed, 263 insertions(+) create mode 100644 win32/deps/cairo/cairo-gobject.vcxproj (limited to 'win32/deps/cairo/cairo-gobject.vcxproj') 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 -- cgit 1.4.1