MSVC 2008 Projects: Build cogl-path as a DLL
So that it will be like what is done in the autotools builds now. Also clean up the cogl-path and cogl-pango projects.
This commit is contained in:
parent
6109c47189
commit
a4bf3c6f88
@ -27,7 +27,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="$(PreBuildCmd)"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -60,7 +60,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="$(PreBuildCmd)"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -94,7 +94,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="$(PreBuildCmd)"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -129,7 +129,7 @@
|
|||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="$(PreBuildCmd)"
|
CommandLine=""
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
|
@ -20,15 +20,12 @@
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|Win32"
|
Name="Debug|Win32"
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
InheritedPropertySheets=".\cogl.vsprops"
|
||||||
ConfigurationType="4"
|
ConfigurationType="2"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="
|
CommandLine=""
|
||||||
$(DoDefines)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -44,48 +41,10 @@ $(PreBuildCmd)
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
AdditionalDependencies=""
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
ModuleDefinitionFile="$(IntDir)\$(ProjectName).def"
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="2"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug_SDL|Win32"
|
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
|
||||||
OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
|
|
||||||
ConfigurationType="4"
|
|
||||||
CharacterSet="2"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
CommandLine="
|
|
||||||
$(DoDefinesSDL)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
AdditionalIncludeDirectories="..\..\..\cogl-path\tesselator;..\..\..\cogl\winsys"
|
|
||||||
PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglPathBuildDefines)"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="3"
|
|
||||||
DebugInformationFormat="4"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
|
||||||
LinkIncremental="2"
|
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
@ -95,15 +54,12 @@ $(PreBuildCmd)
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Debug|x64"
|
Name="Debug|x64"
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
InheritedPropertySheets=".\cogl.vsprops"
|
||||||
ConfigurationType="4"
|
ConfigurationType="2"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="
|
CommandLine=""
|
||||||
$(DoDefines)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -119,48 +75,10 @@ $(PreBuildCmd)
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
AdditionalDependencies=""
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
ModuleDefinitionFile="$(IntDir)\$(ProjectName).def"
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="2"
|
|
||||||
TargetMachine="17"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug_SDL|x64"
|
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
|
||||||
OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
|
|
||||||
ConfigurationType="4"
|
|
||||||
CharacterSet="2"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
CommandLine="
|
|
||||||
$(DoDefinesSDL)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
AdditionalIncludeDirectories="..\..\..\cogl-path\tesselator;..\..\..\cogl\winsys"
|
|
||||||
PreprocessorDefinitions="$(DebugLibBuildDefines);$(CoglPathBuildDefines)"
|
|
||||||
MinimalRebuild="true"
|
|
||||||
BasicRuntimeChecks="3"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="3"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
|
||||||
LinkIncremental="2"
|
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
@ -170,16 +88,13 @@ $(PreBuildCmd)
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|Win32"
|
Name="Release|Win32"
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
InheritedPropertySheets=".\cogl.vsprops"
|
||||||
ConfigurationType="4"
|
ConfigurationType="2"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
WholeProgramOptimization="1"
|
WholeProgramOptimization="1"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="
|
CommandLine=""
|
||||||
$(DoDefines)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -195,51 +110,10 @@ $(PreBuildCmd)
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
AdditionalDependencies=""
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
ModuleDefinitionFile="$(IntDir)\$(ProjectName).def"
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="2"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
TargetMachine="1"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release_SDL|Win32"
|
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
|
||||||
OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
|
|
||||||
ConfigurationType="4"
|
|
||||||
CharacterSet="2"
|
|
||||||
WholeProgramOptimization="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
CommandLine="
|
|
||||||
$(DoDefinesSDL)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="2"
|
|
||||||
AdditionalIncludeDirectories="..\..\..\cogl-path\tesselator;..\..\..\cogl\winsys"
|
|
||||||
EnableIntrinsicFunctions="true"
|
|
||||||
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglPathBuildDefines)"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
EnableFunctionLevelLinking="true"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="3"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
|
||||||
LinkIncremental="1"
|
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
@ -251,15 +125,12 @@ $(PreBuildCmd)
|
|||||||
<Configuration
|
<Configuration
|
||||||
Name="Release|x64"
|
Name="Release|x64"
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
InheritedPropertySheets=".\cogl.vsprops"
|
||||||
ConfigurationType="4"
|
ConfigurationType="2"
|
||||||
CharacterSet="2"
|
CharacterSet="2"
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="
|
CommandLine=""
|
||||||
$(DoDefines)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
@ -272,47 +143,10 @@ $(PreBuildCmd)
|
|||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
AdditionalDependencies=""
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
ModuleDefinitionFile="$(IntDir)\$(ProjectName).def"
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="2"
|
|
||||||
OptimizeReferences="2"
|
|
||||||
EnableCOMDATFolding="2"
|
|
||||||
TargetMachine="17"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release_SDL|x64"
|
|
||||||
InheritedPropertySheets=".\cogl.vsprops"
|
|
||||||
OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
|
|
||||||
ConfigurationType="4"
|
|
||||||
CharacterSet="2"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
CommandLine="
|
|
||||||
$(DoDefinesSDL)
|
|
||||||
$(PreBuildCmd)
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="..\..\..\cogl-path\tesselator;..\..\..\cogl\winsys"
|
|
||||||
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(CoglPathBuildDefines)"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
UsePrecompiledHeader="0"
|
|
||||||
WarningLevel="3"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="SDL.lib opengl32.lib intl.lib cairo.lib gdk_pixbuf-2.0.lib gmodule-2.0.lib"
|
|
||||||
OutputFile="$(OutDir)\$(CoglDllPrefix)$(ProjectName)$(CoglDllSuffix).dll"
|
|
||||||
LinkIncremental="2"
|
|
||||||
ModuleDefinitionFile="$(IntDir)\cogl.def"
|
|
||||||
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
@ -344,13 +178,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Debug_SDL|Win32">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
CommandLine="$(GenCoglPathEnumsH)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Debug|x64">
|
<FileConfiguration Name="Debug|x64">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
@ -358,13 +185,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Debug_SDL|x64">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
CommandLine="$(GenCoglPathEnumsH)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Release|Win32">
|
<FileConfiguration Name="Release|Win32">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
@ -372,13 +192,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Release_SDL|Win32">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
CommandLine="$(GenCoglPathEnumsH)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Release|x64">
|
<FileConfiguration Name="Release|x64">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
@ -386,13 +199,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Release_SDL|x64">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
CommandLine="$(GenCoglPathEnumsH)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.h"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
</File>
|
||||||
<File RelativePath="..\..\..\cogl-path\cogl-path-enum-types.c.in">
|
<File RelativePath="..\..\..\cogl-path\cogl-path-enum-types.c.in">
|
||||||
<FileConfiguration Name="Debug|Win32">
|
<FileConfiguration Name="Debug|Win32">
|
||||||
@ -402,13 +208,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Debug_SDL|Win32">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
CommandLine="$(GenCoglPathEnumsC)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Debug|x64">
|
<FileConfiguration Name="Debug|x64">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
@ -416,13 +215,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Debug_SDL|x64">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
CommandLine="$(GenCoglPathEnumsC)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Release|Win32">
|
<FileConfiguration Name="Release|Win32">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
@ -430,13 +222,6 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Release_SDL|Win32">
|
|
||||||
<Tool Name="VCCustomBuildTool"
|
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
CommandLine="$(GenCoglPathEnumsC)"
|
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration Name="Release|x64">
|
<FileConfiguration Name="Release|x64">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
@ -444,11 +229,34 @@ $(PreBuildCmd)
|
|||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration Name="Release_SDL|x64">
|
</File>
|
||||||
|
<File RelativePath="..\..\..\cogl-path\cogl-path.symbols">
|
||||||
|
<FileConfiguration Name="Debug|Win32">
|
||||||
<Tool Name="VCCustomBuildTool"
|
<Tool Name="VCCustomBuildTool"
|
||||||
Description="Generating ..\..\..\cogl-path\cogl-path-enum-types.c"
|
Description="Generating cogl-path.def"
|
||||||
CommandLine="$(GenCoglPathEnumsC)"
|
CommandLine="$(GenerateCoglPathDef)"
|
||||||
Outputs="..\..\..\cogl-path\cogl-path-enum-types.c"
|
Outputs="$(IntDir)\$(ProjectName).def"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration Name="Debug|x64">
|
||||||
|
<Tool Name="VCCustomBuildTool"
|
||||||
|
Description="Generating cogl-path.def"
|
||||||
|
CommandLine="$(GenerateCoglPathDef)"
|
||||||
|
Outputs="$(IntDir)\$(ProjectName).def"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration Name="Release|Win32">
|
||||||
|
<Tool Name="VCCustomBuildTool"
|
||||||
|
Description="Generating cogl-path.def"
|
||||||
|
CommandLine="$(GenerateCoglPathDef)"
|
||||||
|
Outputs="$(IntDir)\$(ProjectName).def"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration Name="Release|x64">
|
||||||
|
<Tool Name="VCCustomBuildTool"
|
||||||
|
Description="Generating cogl-path.def"
|
||||||
|
CommandLine="$(GenerateCoglPathDef)"
|
||||||
|
Outputs="$(IntDir)\$(ProjectName).def"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
@ -262,6 +262,13 @@ cd vs$(VSVer)

|
|||||||
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

|
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

|
||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
|
<UserMacro
|
||||||
|
Name="GenerateCoglPathDef"
|
||||||
|
Value="
|
||||||
|
echo EXPORTS > $(DefDir)\cogl-path.def

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

|
||||||
|
"
|
||||||
|
/>
|
||||||
<UserMacro
|
<UserMacro
|
||||||
Name="GenerateCoglPangoDef"
|
Name="GenerateCoglPangoDef"
|
||||||
Value="
|
Value="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user