summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2011-06-24 13:29:42 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2011-06-24 13:30:27 +0800
commitae8a4c7427ce3e70c38ce92c83ac6e41c5892968 (patch)
tree1fc7a483470c11f7749f528900acd289abd5029c
parentf8569bb13e2aa1584dde61ca545144750f7a7c98 (diff)
downloadgdk-pixbuf-ae8a4c7427ce3e70c38ce92c83ac6e41c5892968.tar.gz
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
-rw-r--r--build/win32/vs10/gdk-pixbuf.vcxprojin4
-rw-r--r--build/win32/vs9/gdk-pixbuf.vcprojin12
-rw-r--r--build/win32/vs9/gdk-pixbuf.vsprops2
3 files changed, 5 insertions, 13 deletions
diff --git a/build/win32/vs10/gdk-pixbuf.vcxprojin b/build/win32/vs10/gdk-pixbuf.vcxprojin
index 46313006f..13ded83d3 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 5d8672fc3..c583c0f51 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 de7b94b24..678de49d5 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"