Add a utility project to get config.h and gdkconfig.h from their *.h.win32 (or win32_broadway, if applicable) counterparts, using custom build rules, so that these "generated" files can also be removed on clean and "regenerated" upon update. This also enables the removal of configs in certain projects that isn't really needed as a result. Also update and merge the projects and property sheets to include a single property sheet that it needs, which will then in turn include the other property sheets that is needed, so that things are cleaner.
33 lines
753 B
XML
33 lines
753 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="gtk-build-defines.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros">
|
|
<DoGenGir>
|
|
set VSVER=$(VSVer)
|
|
|
|
set CONF=$(Configuration)
|
|
|
|
set PLAT=$(Platform)
|
|
|
|
set BASEDIR=$(GlibEtcInstallRootFromBuildWin32)
|
|
|
|
cd ..
|
|
|
|
|
|
call gengir_gtk.bat
|
|
|
|
cd vs$(VSVer)
|
|
|
|
</DoGenGir>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<_PropertySheetDisplayName>gtkinstallbinprops</_PropertySheetDisplayName>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="DoGenGir">
|
|
<Value>$(DoGenGir)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |