summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-03-15 16:39:52 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-03-15 16:39:52 +0800
commit1c42b6b09213b3c5275a71bbcd7def9a19767b59 (patch)
tree7a8d89c8981f584098f3c1923bf2a00bd613e8a9 /build
parent53b02b023da1ef7c253493b4aee0830e77a09a87 (diff)
Fix "install" paths in VS property sheets
...and cleanup the VS2010 property sheets a little bit
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/glib.props10
-rw-r--r--build/win32/vs9/glib.vsprops2
2 files changed, 6 insertions, 6 deletions
diff --git a/build/win32/vs10/glib.props b/build/win32/vs10/glib.props
index 82ea62eb1..0f590698b 100644
--- a/build/win32/vs10/glib.props
+++ b/build/win32/vs10/glib.props
@@ -1,7 +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">
- <CopyDir>..\..\..\..\..\vs10\$(Platform)</CopyDir>
+ <GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
+ <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<DefDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</DefDir>
<ApiVersion>2.0</ApiVersion>
<GlibDoInstall>
@@ -528,7 +529,6 @@ copy ..\..\..\gio\gschema.dtd $(CopyDir)\share\glib-$(ApiVersion)\schemas
<GlibSeparateVS10DllSuffix>-2-vs10</GlibSeparateVS10DllSuffix>
<GlibDllPrefix>$(GlibSeparateVS10DllPrefix)</GlibDllPrefix>
<GlibDllSuffix>$(GlibSeparateVS10DllSuffix)</GlibDllSuffix>
- <GlibEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
</PropertyGroup>
<PropertyGroup>
<_PropertySheetDisplayName>glibprops</_PropertySheetDisplayName>
@@ -577,6 +577,9 @@ perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code >
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
+ <BuildMacro Include="GlibEtcInstallRoot">
+ <Value>$(GlibEtcInstallRoot)</Value>
+ </BuildMacro>
<BuildMacro Include="CopyDir">
<Value>$(CopyDir)</Value>
</BuildMacro>
@@ -622,8 +625,5 @@ perl ..\..\..\gio\data-to-c.pl ..\..\..\glib\gconstructor.h gconstructor_code >
<BuildMacro Include="GlibDllSuffix">
<Value>$(GlibDllSuffix)</Value>
</BuildMacro>
- <BuildMacro Include="GlibEtcInstallRoot">
- <Value>$(GlibEtcInstallRoot)</Value>
- </BuildMacro>
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops
index 0bacc378b..d4ce59725 100644
--- a/build/win32/vs9/glib.vsprops
+++ b/build/win32/vs9/glib.vsprops
@@ -359,6 +359,6 @@ copy ..\..\..\gio\gschema.dtd $(OutDir)\share\glib-$(ApiVersion)\schemas&#x0D;&#
/>
<UserMacro
Name="GlibEtcInstallRoot"
- Value="..\..\..\..\..\vs9\$(PlatformName)"
+ Value="..\..\..\..\vs9\$(PlatformName)"
/>
</VisualStudioPropertySheet>