[gdk-pixbuf] Update VS Projects
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] Update VS Projects
- Date: Fri, 24 Jun 2011 05:15:22 +0000 (UTC)
commit ae8a4c7427ce3e70c38ce92c83ac6e41c5892968
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Jun 24 13:29:42 2011 +0800
Update VS Projects
-Set all DLL/LIB files for the GDK-Pixbuf main projects to be output to
<Release or Debug>\<Win32 or x64>\bin for all configurations.
-Update VS 2008 property sheet to seperate intermediate directories by
project
build/win32/vs10/gdk-pixbuf.vcxprojin | 4 ++++
build/win32/vs9/gdk-pixbuf.vcprojin | 12 ------------
build/win32/vs9/gdk-pixbuf.vsprops | 2 +-
3 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/build/win32/vs10/gdk-pixbuf.vcxprojin b/build/win32/vs10/gdk-pixbuf.vcxprojin
index 4631300..13ded83 100644
--- a/build/win32/vs10/gdk-pixbuf.vcxprojin
+++ b/build/win32/vs10/gdk-pixbuf.vcxprojin
@@ -114,9 +114,13 @@
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_NoGDIP|Win32'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoGDIP|Win32'">Debug\$(Platform)\bin\</OutDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_NoGDIP|Win32'">false</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NoGDIP|Win32'">Release\$(Platform)\bin\</OutDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug_NoGDIP|x64'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug_NoGDIP|x64'">Debug\$(Platform)\bin\</OutDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release_NoGDIP|x64'">true</LinkIncremental>
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release_NoGDIP|x64'">Release\$(Platform)\bin\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
diff --git a/build/win32/vs9/gdk-pixbuf.vcprojin b/build/win32/vs9/gdk-pixbuf.vcprojin
index 5d8672f..c583c0f 100644
--- a/build/win32/vs9/gdk-pixbuf.vcprojin
+++ b/build/win32/vs9/gdk-pixbuf.vcprojin
@@ -21,8 +21,6 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
CharacterSet="2"
@@ -64,8 +62,6 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
CharacterSet="2"
@@ -106,8 +102,6 @@
</Configuration>
<Configuration
Name="Debug|x64"
- OutputDirectory="Debug\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
ConfigurationType="2"
CharacterSet="2"
@@ -145,8 +139,6 @@
</Configuration>
<Configuration
Name="Release|x64"
- OutputDirectory="Release\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
ConfigurationType="2"
CharacterSet="2"
@@ -183,7 +175,6 @@
<Configuration
Name="Debug_NoGDIP|Win32"
OutputDirectory="Debug\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
CharacterSet="2"
@@ -228,7 +219,6 @@
<Configuration
Name="Release_NoGDIP|Win32"
OutputDirectory="Release\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
CharacterSet="2"
@@ -271,7 +261,6 @@
<Configuration
Name="Debug_NoGDIP|x64"
OutputDirectory="Debug\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
ConfigurationType="2"
CharacterSet="2"
@@ -311,7 +300,6 @@
<Configuration
Name="Release_NoGDIP|x64"
OutputDirectory="Release\$(PlatformName)\bin"
- IntermediateDirectory="$(ConfigurationName)"
InheritedPropertySheets=".\gdk-pixbuf.vsprops"
ConfigurationType="2"
CharacterSet="2"
diff --git a/build/win32/vs9/gdk-pixbuf.vsprops b/build/win32/vs9/gdk-pixbuf.vsprops
index de7b94b..678de49 100644
--- a/build/win32/vs9/gdk-pixbuf.vsprops
+++ b/build/win32/vs9/gdk-pixbuf.vsprops
@@ -4,7 +4,7 @@
Version="8.00"
Name="gdk-pixbufprops"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin"
- IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)\"
>
<Tool
Name="VCCLCompilerTool"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]