mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 04:30:11 +00:00
dcb766c461
-Add Visual Studio 2008 projects and pre-configured gdkconfig.h for Broadway builds -Decouple the Visual Studio property sheets, to simplify maintenance and enhance flexibility for different builds Visual Studio 2010 projects updates will follow later.
21 lines
549 B
XML
21 lines
549 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gtkinstallbinprops"
|
|
InheritedPropertySheets=".\gtk-version-paths.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> |