summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-03-15 16:46:51 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-03-15 16:46:51 +0800
commit7b45724809a134cd1b63c0e05abaff54738a6cb6 (patch)
tree4c2e3c2adc50c782352cdff1301c3a8dcfc08bdf /build
parent72a308abee5959daabe24853b7623e6bd6de651a (diff)
downloadgtk+-7b45724809a134cd1b63c0e05abaff54738a6cb6.tar.gz
Fix "install" paths in VS property sheets
Diffstat (limited to 'build')
-rw-r--r--build/win32/vs10/gtk+.props2
-rw-r--r--build/win32/vs9/gtk+.vsprops2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs10/gtk+.props b/build/win32/vs10/gtk+.props
index 6092d45dc3..ceca67cce7 100644
--- a/build/win32/vs10/gtk+.props
+++ b/build/win32/vs10/gtk+.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Label="UserMacros">
- <GlibEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
+ <GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
<DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)</DefDir>
<GtkApiVersion>3.0</GtkApiVersion>
diff --git a/build/win32/vs9/gtk+.vsprops b/build/win32/vs9/gtk+.vsprops
index 28083f588d..3424b16578 100644
--- a/build/win32/vs9/gtk+.vsprops
+++ b/build/win32/vs9/gtk+.vsprops
@@ -397,6 +397,6 @@ $(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas&#x0D;&#x
/>
<UserMacro
Name="GlibEtcInstallRoot"
- Value="..\..\..\..\..\vs9\$(PlatformName)"
+ Value="..\..\..\..\vs9\$(PlatformName)"
/>
</VisualStudioPropertySheet>