mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
6c0769a47c
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.
21 lines
577 B
XML
21 lines
577 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gtkinstallbinprops"
|
|
InheritedPropertySheets=".\gtk-version-paths.vsprops;.\gtk-build-defines.vsprops"
|
|
>
|
|
<UserMacro
|
|
Name="DoGenGir"
|
|
Value="
|
|
set VSVER=$(VSVer)

|
|
set CONF=$(ConfigurationName)

|
|
set PLAT=$(PlatformName)

|
|
set BASEDIR=$(GlibEtcInstallRootFromBuildWin32)

|
|
cd ..

|
|
|
|
call gengir_gtk.bat

|
|
cd vs$(VSVer)

|
|
"
|
|
/>
|
|
</VisualStudioPropertySheet> |