mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
3d89041220
As glib-mkenums would likely be used in the building of the other components of the stack, such as Cogl, Clutter and gsettings-desktop-schemas, generate that using a Python script (if Python can be found) and "install" it.
54 lines
1.0 KiB
XML
54 lines
1.0 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="glibversionpathsprops"
|
|
>
|
|
<UserMacro
|
|
Name="VSVer"
|
|
Value="9"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibEtcInstallRoot"
|
|
Value="..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="CopyDir"
|
|
Value="$(GlibEtcInstallRoot)"
|
|
/>
|
|
<UserMacro
|
|
Name="ApiVersion"
|
|
Value="2.0"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibLibtoolCompatibleDllPrefix"
|
|
Value="lib"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibLibtoolCompatibleDllSuffix"
|
|
Value="-$(ApiVersion)-0"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibSeparateVSDllPrefix"
|
|
Value=""
|
|
/>
|
|
<UserMacro
|
|
Name="GlibSeparateVSDllSuffix"
|
|
Value="-2-vs$(VSVer)"
|
|
/>
|
|
<!-- Change these two to GlibLibtoolCompatibleDllPrefix and
|
|
GlibLibtoolCompatibleDllSuffix if that is what you want -->
|
|
<UserMacro
|
|
Name="GlibDllPrefix"
|
|
Value="$(GlibSeparateVSDllPrefix)"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibDllSuffix"
|
|
Value="$(GlibSeparateVSDllSuffix)"
|
|
/>
|
|
<UserMacro
|
|
Name="PythonPath"
|
|
Value="c:\python27"
|
|
/>
|
|
</VisualStudioPropertySheet>
|