[gobject-introspection] Update Visual Studio Property Sheets
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Update Visual Studio Property Sheets
- Date: Tue, 1 Jul 2014 10:51:04 +0000 (UTC)
commit 47a5883d4ce7dfed2943525716781ddeceeaa145
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Jul 1 18:50:51 2014 +0800
Update Visual Studio Property Sheets
Standardize on using VSVer, like the other parts of the GTK+/Clutter stack,
it makes it easier to use a script to support later Visual Studio versions.
build/win32/vs10/gi-version-paths.props | 10 +++++-----
build/win32/vs9/gi-version-paths.vsprops | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/build/win32/vs10/gi-version-paths.props b/build/win32/vs10/gi-version-paths.props
index 88e4348..bcf31f1 100644
--- a/build/win32/vs10/gi-version-paths.props
+++ b/build/win32/vs10/gi-version-paths.props
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
- <VSVER>10</VSVER>
- <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVER)\$(Platform)</GlibEtcInstallRoot>
+ <VSVer>10</VSVer>
+ <GlibEtcInstallRoot>$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
<BASE_GI_DIR>$(SolutionDir)\..\..\..</BASE_GI_DIR>
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<ApiVersion>1.0</ApiVersion>
@@ -10,7 +10,7 @@
<LibGILibtoolCompatibleDllPrefix>lib</LibGILibtoolCompatibleDllPrefix>
<LibGILibtoolCompatibleDllSuffix>-$(ApiVersion)-0</LibGILibtoolCompatibleDllSuffix>
<LibGISeparateVSDllPrefix />
- <LibGISeparateVSDllSuffix>-1-vs$(VSVER)</LibGISeparateVSDllSuffix>
+ <LibGISeparateVSDllSuffix>-1-vs$(VSVer)</LibGISeparateVSDllSuffix>
<LibGIDllPrefix>$(LibGISeparateVSDllPrefix)</LibGIDllPrefix>
<LibGIDllSuffix>$(LibGISeparateVSDllSuffix)</LibGIDllSuffix>
</PropertyGroup>
@@ -18,8 +18,8 @@
<_PropertySheetDisplayName>giversionpathsprops</_PropertySheetDisplayName>
</PropertyGroup>
<ItemGroup>
- <BuildMacro Include="VSVER">
- <Value>$(VSVER)</Value>
+ <BuildMacro Include="VSVer">
+ <Value>$(VSVer)</Value>
</BuildMacro>
<BuildMacro Include="GlibEtcInstallRoot">
<Value>$(GlibEtcInstallRoot)</Value>
diff --git a/build/win32/vs9/gi-version-paths.vsprops b/build/win32/vs9/gi-version-paths.vsprops
index 13a2579..ae0ef09 100644
--- a/build/win32/vs9/gi-version-paths.vsprops
+++ b/build/win32/vs9/gi-version-paths.vsprops
@@ -5,7 +5,7 @@
Name="giversionpaths"
>
<UserMacro
- Name="VSVER"
+ Name="VSVer"
Value="9"
/>
<UserMacro
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]