As we are likely to have GTK+-2.x around for some time, revamp the Visual Studio 2008 projects like what was done for rest of the GTK+ stack, namely: -Split the property sheets, in a way like what was done for the rest of the stack. Also clean up the resulting property sheets a bit, and update the projects to use these property sheets. -Use UNIX line endings for all projects and property sheets, to ease future application of patches. -Make the copying of config.h.win32 and gdkconfig.h.win32 into custom build rules, so that they may be removed properly and re-copied during change and update. Similar updates will be applied for the Visual Studio 2010 projects ASAP.
54 lines
1.1 KiB
XML
54 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="..\..\..\..\vs$(VSVer)\$(PlatformName)"
|
|
/>
|
|
<UserMacro
|
|
Name="CopyDir"
|
|
Value="$(GlibEtcInstallRoot)"
|
|
/>
|
|
<UserMacro
|
|
Name="DefDir"
|
|
Value="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
|
|
/>
|
|
<UserMacro
|
|
Name="ApiVersion"
|
|
Value="2.0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllPrefix"
|
|
Value="lib"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkLibtoolCompatibleDllSuffix"
|
|
Value="-$(ApiVersion)-0"
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllPrefix"
|
|
Value=""
|
|
/>
|
|
<UserMacro
|
|
Name="GtkSeparateVSDllSuffix"
|
|
Value="-2-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)"
|
|
/>
|
|
</VisualStudioPropertySheet>
|