From 6c0769a47cfc40b18f8df71cd84dd110d74acf3f Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 10 Sep 2013 15:51:23 +0800 Subject: 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. --- build/win32/vs10/gtk-gengir.props | 1 + build/win32/vs9/gtk-gengir.vsprops | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'build') 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 @@ + 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" >