[gtk+/gtk-2-24-quartz] Update VS property sheets
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24-quartz] Update VS property sheets
- Date: Wed, 23 Nov 2011 22:56:31 +0000 (UTC)
commit 733e2e9233804ab4367d5e67cfbc70b38eaddeb4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Sep 26 15:42:53 2011 +0800
Update VS property sheets
Separate intermediate folders for each project to avoid VS warnings/errors
during the build
build/win32/vs10/gtk+.props | 3 +--
build/win32/vs9/gtk+.vsprops | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index 5b03a3c..5814893 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -562,10 +562,9 @@ copy $(Configuration)\$(Platform)\bin\*-$(GtkApiVersion).lib $(CopyDir)\lib
<GtkDllSuffix>$(GtkSeparateVS10DllSuffix)</GtkDllSuffix>
</PropertyGroup>
<PropertyGroup>
- <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<_PropertySheetDisplayName>gtk+props</_PropertySheetDisplayName>
<OutDir>$(SolutionDir)$(Configuration)\$(PlatformName)\bin\</OutDir>
- <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\</IntDir>
+ <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index ba1c2eb..fe614cf 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -4,7 +4,7 @@
Version="8.00"
Name="gtk+props"
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]