diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-09-10 15:51:23 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-09-10 15:51:55 +0800 |
commit | 6c0769a47cfc40b18f8df71cd84dd110d74acf3f (patch) | |
tree | 5d40f36fb46bb82e1ede95af4d756b73b41d1a72 /build | |
parent | 1ef2226e581add991bc6f1feb2ec8fcbd41b1666 (diff) | |
download | gtk+-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.props | 1 | ||||
-rw-r--r-- | 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 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"
|