12010882e6
Like the Visual Studio 2010 builds, the install project needs to be split into two, one for the WGL-only configs and another for the WGL+SDL configs, so that the Cogl and Cogl-Pango DLLs and LIBs can be correctly copied during the "install" stage, as the resulting DLLs for all configs land in {Release|Debug}\{Win32|x64}\bin.
92 lines
1.8 KiB
XML
92 lines
1.8 KiB
XML
<?xml version="1.0" encoding="big5"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="install"
|
|
ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
|
RootNamespace="install_sdl"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
InheritedPropertySheets=".\cogl.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="
|
|
$(CoglDoInstall)
|
|
$(CoglDoInstallSDL)
|
|
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
InheritedPropertySheets=".\cogl.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="
|
|
$(CoglDoInstall)
|
|
$(CoglDoInstallSDL)
|
|
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
InheritedPropertySheets=".\cogl.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="
|
|
$(CoglDoInstall)
|
|
$(CoglDoInstallSDL)
|
|
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
InheritedPropertySheets=".\cogl.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="
|
|
$(CoglDoInstall)
|
|
$(CoglDoInstallSDL)
|
|
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|