Fix "install" paths in VS 2010 property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:55:55 +0000 (16:55 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 15 Mar 2012 08:55:55 +0000 (16:55 +0800)
build/win32/vs10/clutter.props

index f310612..a6c3a84 100644 (file)
@@ -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>
     <ClutterApiVersion>1.0</ClutterApiVersion>
     <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <BaseWinBuildDef>_WIN32_WINNT=0x0500</BaseWinBuildDef>