...for all files except the README.txt and the .sln files, which have to have DOS/Windows line endings. This makes application of patches, when applicable, easier.
21 lines
557 B
XML
21 lines
557 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> |