[gtk+] MSVC Builds: Fix gengir Projects



commit 6c0769a47cfc40b18f8df71cd84dd110d74acf3f
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Tue Sep 10 15:51:23 2013 +0800

    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 deletions(-)
---
diff --git a/build/win32/vs10/gtk-gengir.props b/build/win32/vs10/gtk-gengir.props
index f16e345..e271a17 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 ead20e0..bc649a4 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]