Like the 3.x and 4.x builds, generate the .pc files for GTK+-2.x, for the convenience of people, and copy them during "install".
116 lines
2.9 KiB
XML
116 lines
2.9 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="gtk-install"
|
|
ProjectGUID="{FC5AADB5-95CD-4BF0-BA8B-0C16FE8073FB}"
|
|
RootNamespace="gtkinstall"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<Files>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File RelativePath="..\gtkpc.py">
|
|
<FileConfiguration Name="Debug|Win32">
|
|
<Tool Name="VCCustomBuildTool"
|
|
Description="Generating .pc files..."
|
|
CommandLine="$(GenerateGtkPC)"
|
|
Outputs="..\gdk-2.0.pc;..\gtk+-2.0.pc;..\gail.pc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|Win32">
|
|
<Tool Name="VCCustomBuildTool"
|
|
Description="Generating .pc files..."
|
|
CommandLine="$(GenerateGtkPC)"
|
|
Outputs="..\gdk-2.0.pc;..\gtk+-2.0.pc;..\gail.pc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Debug|x64">
|
|
<Tool Name="VCCustomBuildTool"
|
|
Description="Generating .pc files..."
|
|
CommandLine="$(GenerateGtkPCX64)"
|
|
Outputs="..\gdk-2.0.pc;..\gtk+-2.0.pc;..\gail.pc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration Name="Release|x64">
|
|
<Tool Name="VCCustomBuildTool"
|
|
Description="Generating .pc files..."
|
|
CommandLine="$(GenerateGtkPCX64)"
|
|
Outputs="..\gdk-2.0.pc;..\gtk+-2.0.pc;..\gail.pc"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
</VisualStudioProject>
|