summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-09-10 15:51:23 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-09-10 15:51:55 +0800
commit6c0769a47cfc40b18f8df71cd84dd110d74acf3f (patch)
tree5d40f36fb46bb82e1ede95af4d756b73b41d1a72 /build
parent1ef2226e581add991bc6f1feb2ec8fcbd41b1666 (diff)
downloadgtk+-6c0769a47cfc40b18f8df71cd84dd110d74acf3f.tar.gz
MSVC Builds: Fix gengir Projects
Like the install projects that were fixed few days ago, the gengir projects did not have info on the intermediate and output directories as a result of the split up of the property sheets. Fix this by including the appropriate property sheet in the gtk-gengir property sheet so that we can avoid confusing messages from Visual Studio on whether to reload the gengir project as it was modified, at least on 2008.
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/gtk-gengir.props1
-rw-r--r--build/win32/vs9/gtk-gengir.vsprops2
2 files changed, 2 insertions, 1 deletions
diff --git a/build/win32/vs10/gtk-gengir.props b/build/win32/vs10/gtk-gengir.props
index f16e345779..e271a1781e 100644
--- a/build/win32/vs10/gtk-gengir.props
+++ b/build/win32/vs10/gtk-gengir.props
@@ -2,6 +2,7 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets">
<Import Project="gtk-version-paths.props" />
+ <Import Project="gtk-build-defines.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros">
<DoGenGir>
diff --git a/build/win32/vs9/gtk-gengir.vsprops b/build/win32/vs9/gtk-gengir.vsprops
index ead20e00db..bc649a48a7 100644
--- a/build/win32/vs9/gtk-gengir.vsprops
+++ b/build/win32/vs9/gtk-gengir.vsprops
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="gtkinstallbinprops"
- InheritedPropertySheets=".\gtk-version-paths.vsprops"
+ InheritedPropertySheets=".\gtk-version-paths.vsprops;.\gtk-build-defines.vsprops"
>
<UserMacro
Name="DoGenGir"