summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 18:50:51 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 18:50:51 +0800
commit47a5883d4ce7dfed2943525716781ddeceeaa145 (patch)
treee87b54bf12f1bd1b722064dca4c5b49f53262a5d
parent2b345772911487adc43142f3bf92e3dc41c0635d (diff)
downloadgobject-introspection-47a5883d4ce7dfed2943525716781ddeceeaa145.tar.gz
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.
-rw-r--r--build/win32/vs10/gi-version-paths.props10
-rw-r--r--build/win32/vs9/gi-version-paths.vsprops2
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 88e43487..bcf31f1c 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 13a2579a..ae0ef094 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