2011-05-12 05:06:32 -04:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="coglprops"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
|
|
|
|
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\..;..\..\..\cogl;..\..\..\cogl\winsys;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\gdk-pixbuf-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include"
|
|
|
|
PreprocessorDefinitions="G_DISABLE_SINGLE_INCLUDES;COGL_HAS_GLIB_SUPPORT"
|
|
|
|
ForcedIncludeFiles="msvc_recommended_pragmas.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="glib-2.0.lib gobject-2.0.lib"
|
|
|
|
AdditionalLibraryDirectories="$(GlibEtcInstallRoot)\lib"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="GlibEtcInstallRoot"
|
|
|
|
Value="..\..\..\..\vs9\$(PlatformName)"
|
|
|
|
/>
|
2012-09-28 05:14:28 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="CopyDir"
|
|
|
|
Value="$(GlibEtcInstallRoot)"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="DefDir"
|
|
|
|
Value="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
|
|
|
|
/>
|
2012-03-20 03:39:58 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="GlibMkEnumsPath"
|
|
|
|
Value="..\..\..\vs9\$(PlatformName)"
|
|
|
|
/>
|
2011-05-12 05:06:32 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="CoglApiVersion"
|
|
|
|
Value="1.0"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="BaseBuildDefines"
|
|
|
|
Value="_WIN32_WINNT=0x0500;COGL_ENABLE_DEBUG"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="LibBuildDefines"
|
2012-06-20 13:49:08 -04:00
|
|
|
Value="HAVE_CONFIG_H;COGL_COMPILATION;$(BaseBuildDefines)"
|
2011-05-12 05:06:32 -04:00
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="ReleaseLibBuildDefines"
|
|
|
|
Value="$(LibBuildDefines);G_DISABLE_CHECKS;G_DISABLE_CAST_CHECKS"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="DebugLibBuildDefines"
|
|
|
|
Value="_DEBUG;$(LibBuildDefines);COGL_GL_DEBUG;COGL_OBJECT_DEBUG;COGL_HANDLE_DEBUG"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglBuildDefines"
|
|
|
|
Value="G_LOG_DOMAIN=\"Cogl\";COGL_HAS_WIN32_SUPPORT;COGL_BUILD_EXP;COGL_GL_LIBNAME=\"\";COGL_LOCALEDIR=\"/some/random/dir\""
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglPangoBuildDefines"
|
|
|
|
Value="G_LOG_DOMAIN=\"Cogl-Pango\""
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="TestProgDef"
|
2012-06-20 13:49:08 -04:00
|
|
|
Value="COGL_COMPILATION;TESTS_DATADIR=\"../share/cogl-$(CoglApiVersion)/tests\""
|
2011-05-12 05:06:32 -04:00
|
|
|
/>
|
2011-12-20 09:41:36 -05:00
|
|
|
<UserMacro
|
|
|
|
Name="DoDefinesSDL"
|
|
|
|
Value="
|
2011-12-20 10:30:41 -05:00
|
|
|
if exist ..\..\..\cogl\SDL_DEFINES goto DONE_COGL_DEFINES_H

|
|
|
|
if not exist ..\..\..\cogl\WGL_DEFINES goto DO_COGL_DEFINES_H

|
|
|
|
del ..\..\..\cogl\cogl-defines.h

|
|
|
|
del ..\..\..\cogl\WGL_DEFINES

|
|
|
|
:DO_COGL_DEFINES_H

|
|
|
|
copy ..\..\..\cogl\cogl-defines.h.win32_sdl ..\..\..\cogl\SDL_DEFINES

|
|
|
|
copy ..\..\..\cogl\SDL_DEFINES ..\..\..\cogl\cogl-defines.h

|
2011-12-20 09:41:36 -05:00
|
|
|
:DONE_COGL_DEFINES_H

|
|
|
|
"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="DoDefines"
|
|
|
|
Value="
|
2011-12-20 10:30:41 -05:00
|
|
|
if exist ..\..\..\cogl\WGL_DEFINES goto DONE_COGL_DEFINES_H

|
|
|
|
if not exist ..\..\..\cogl\SDL_DEFINES goto DO_COGL_DEFINES_H

|
|
|
|
del ..\..\..\cogl\cogl-defines.h

|
|
|
|
del ..\..\..\cogl\SDL_DEFINES

|
|
|
|
:DO_COGL_DEFINES_H

|
|
|
|
copy ..\..\..\cogl\cogl-defines.h.win32 ..\..\..\cogl\WGL_DEFINES

|
|
|
|
copy ..\..\..\cogl\WGL_DEFINES ..\..\..\cogl\cogl-defines.h

|
2011-12-20 09:41:36 -05:00
|
|
|
:DONE_COGL_DEFINES_H

|
|
|
|
"
|
|
|
|
/>
|
2011-05-12 05:06:32 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="PreBuildCmd"
|
|
|
|
Value="
|
|
|
|
if exist ..\..\..\config.h goto DONE_CONFIG_H

|
|
|
|
copy ..\..\..\config.h.win32 ..\..\..\config.h

|
2012-07-09 04:09:22 -04:00
|
|
|
if not exist ..\..\..\cogl\cogl-gl-header.h copy ..\..\..\cogl\cogl-gl-header.h.win32 ..\..\..\cogl\cogl-gl-header.h

|
2011-05-12 05:06:32 -04:00
|
|
|
:DONE_CONFIG_H

|
|
|
|
|
2011-12-08 03:12:01 -05:00
|
|
|
cd ..

|
2012-03-20 03:39:58 -04:00
|
|
|
gen-enums.bat $(GlibMkEnumsPath)

|
2011-12-08 03:12:01 -05:00
|
|
|
cd .\vs9

|
2011-05-12 05:06:32 -04:00
|
|
|
|
|
|
|
"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglDoInstall"
|
|
|
|
Value="
|
2012-09-28 05:14:28 -04:00
|
|
|
mkdir $(CopyDir)

|
|
|
|
mkdir $(CopyDir)\bin

|
|
|
|
copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.dll $(CopyDir)\bin

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*.exe $(CopyDir)\bin

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
copy ..\*.bat $(CopyDir)\bin

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
mkdir $(CopyDir)\share\cogl-$(CoglApiVersion)\examples-data

|
|
|
|
copy ..\..\..\examples\crate.jpg $(CopyDir)\share\cogl-$(CoglApiVersion)\examples-data

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
mkdir $(CopyDir)\lib

|
|
|
|
copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(CoglApiVersion).lib $(CopyDir)\lib

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
mkdir $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
mkdir $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl-pango

|
|
|
|
copy ..\..\..\cogl-pango\cogl-pango.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl-pango

|
|
|
|
copy ..\..\..\cogl\cogl-object.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-attribute-buffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-bitmap.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-buffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-color.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-deprecated.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-depth-state.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-euler.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-fixed.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-glib-source.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-material-compat.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-pipeline.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-quaternion.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-vector.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-matrix.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-offscreen.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-onscreen.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-primitives.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-primitive-texture.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-path.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-path-functions.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-pipeline-layer-state.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-pipeline-state.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-pixel-buffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-poll.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-shader.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-snippet.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-texture.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-texture-2d.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-texture-2d-sliced.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-sub-texture.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-texture-rectangle.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-meta-texture.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-texture-3d.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-types.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-vertex-buffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-index-buffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-indices.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-attribute.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-primitive.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-clip-state.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-framebuffer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-clutter.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-defines.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-enum-types.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
copy ..\..\..\cogl\cogl-renderer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-swap-chain.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-onscreen-template.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-display.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-context.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-version.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl-win32-renderer.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl1-context.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl2-path.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl2-experimental.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
copy ..\..\..\cogl\cogl2-compatibility.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
2011-05-12 05:06:32 -04:00
|
|
|
|
2012-09-28 05:14:28 -04:00
|
|
|
mkdir $(CopyDir)\share\cogl-$(CoglApiVersion)\tests

|
|
|
|
copy ..\..\..\tests\data\valgrind.suppressions $(CopyDir)\share\cogl-$(CoglApiVersion)\tests

|
2011-05-12 05:06:32 -04:00
|
|
|
"
|
|
|
|
/>
|
2012-09-28 06:45:41 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="CoglDoInstallSDL"
|
|
|
|
Value="
|
|
|
|
copy ..\..\..\cogl\cogl-sdl.h $(CopyDir)\include\cogl-$(CoglApiVersion)\cogl

|
|
|
|
"
|
|
|
|
/>
|
2011-05-12 05:06:32 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="GenerateCoglDef"
|
|
|
|
Value="
|
2012-09-28 05:14:28 -04:00
|
|
|
echo EXPORTS > $(DefDir)\cogl.def

|
|
|
|
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
2011-05-12 05:06:32 -04:00
|
|
|
"
|
|
|
|
/>
|
2012-05-14 00:56:52 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="GenerateCoglSDLDef"
|
|
|
|
Value="
|
2012-09-28 05:14:28 -04:00
|
|
|
echo EXPORTS > $(DefDir)\cogl.def

|
|
|
|
cl -EP -D_COGL_SUPPORTS_GTYPE_INTEGRATION -DCOGL_HAS_WIN32_SUPPORT -DCOGL_HAS_GLIB_SUPPORT -DCOGL_HAS_SDL_SUPPORT -DCOGL_ENABLE_EXPERIMENTAL_API ..\..\..\cogl\cogl.symbols >> $(DefDir)\cogl.def

|
2012-05-14 00:56:52 -04:00
|
|
|
"
|
|
|
|
/>
|
2011-05-12 05:06:32 -04:00
|
|
|
<UserMacro
|
|
|
|
Name="GenerateCoglPangoDef"
|
|
|
|
Value="
|
2012-09-28 05:14:28 -04:00
|
|
|
echo EXPORTS > $(DefDir)\cogl-pango.def

|
|
|
|
cl -EP ..\..\..\cogl-pango\cogl-pango.symbols >> $(DefDir)\cogl-pango.def

|
2011-05-12 05:06:32 -04:00
|
|
|
"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglLibtoolCompatibleDllPrefix"
|
|
|
|
Value="lib"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglLibtoolCompatibleDllSuffix"
|
|
|
|
Value="-$(CoglApiVersion)-0"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglSeparateVS9DllPrefix"
|
|
|
|
Value=""
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglSeparateVS9DllSuffix"
|
|
|
|
Value="-1-vs9"
|
|
|
|
/>
|
|
|
|
<!-- Change these two to GlibLibtoolCompatibleDllPrefix and
|
|
|
|
GlibLibtoolCompatibleDllSuffix if that is what you want -->
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglDllPrefix"
|
|
|
|
Value="$(CoglSeparateVS9DllPrefix)"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="CoglDllSuffix"
|
|
|
|
Value="$(CoglSeparateVS9DllSuffix)"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|