Add some flexibility in the property sheets for one building GTK+ that it also searches for a settable installation path of Python, in addition to searching the PATH for an installation of the Python interpretor. This currently defaults to Python 2.7.x, which is normally installed in c:\python27 on Windows by default. Also tell people in the README.txt's for the Visual Studio builds
57 lines
1.1 KiB
XML
57 lines
1.1 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="gtkversionpathsprops"
|
|
>
|
|
<UserMacro
|
|
Name="VSVer"
|
|
Value="9"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibEtcInstallRoot"
|
|
Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="GlibEtcInstallRootFromBuildWin32"
|
|
Value="..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="CopyDir"
|
|
Value="..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="ApiVersion"
|
|
Value="3.0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllPrefix"
|
|
Value="lib"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllSuffix"
|
|
Value="-$(ApiVersion)-0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllPrefix"
|
|
Value=""
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllSuffix"
|
|
Value="-3-vs$(VSVer)"
|
|
/>
|
|
<!-- Change these two to GtkLibtoolCompatibleDllPrefix and
|
|
GtkLibtoolCompatibleDllSuffix if that is what you want -->
|
|
<UserMacro
|
|
Name="GtkDllPrefix"
|
|
Value="$(GtkSeparateVSDllPrefix)"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkDllSuffix"
|
|
Value="$(GtkSeparateVSDllSuffix)"
|
|
/>
|
|
<UserMacro
|
|
Name="PythonPath"
|
|
Value="c:\python27"
|
|
/>
|
|
</VisualStudioPropertySheet> |