From 8e48afd06644b9e258ea12ef76569d545686adfe Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 15 Mar 2012 16:55:55 +0800 Subject: [PATCH] Fix "install" paths in VS 2010 property sheets --- build/win32/vs10/clutter.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/win32/vs10/clutter.props b/build/win32/vs10/clutter.props index f310612b1..a6c3a8476 100644 --- a/build/win32/vs10/clutter.props +++ b/build/win32/vs10/clutter.props @@ -1,7 +1,7 @@  - ..\..\..\..\..\vs10\$(Platform) + ..\..\..\..\vs10\$(Platform) 1.0 $(GlibEtcInstallRoot) _WIN32_WINNT=0x0500