mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
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.
This commit is contained in:
parent
1ef2226e58
commit
6c0769a47c
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user