[atk] Fix "install" paths in VS property sheets



commit 44c0ef5ed4f09bc1759d111ec81b850b02d3d8b5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 15 16:41:38 2012 +0800

    Fix "install" paths in VS property sheets

 build/win32/vs10/atk.props  |    2 +-
 build/win32/vs9/atk.vsprops |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs10/atk.props b/build/win32/vs10/atk.props
index 6954c2d..a3b9c8f 100644
--- a/build/win32/vs10/atk.props
+++ b/build/win32/vs10/atk.props
@@ -3,7 +3,7 @@
   <PropertyGroup Label="UserMacros">
     <AtkApiVersion>1.0</AtkApiVersion>
     <AtkDummyPrefix>\"/dummy\"</AtkDummyPrefix>
-    <AtkEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</AtkEtcInstallRoot>
+    <AtkEtcInstallRoot>..\..\..\..\vs10\$(Platform)</AtkEtcInstallRoot>
     <CopyDir>$(AtkEtcInstallRoot)</CopyDir>
     <AtkDoInstall>
 mkdir $(CopyDir)\bin
diff --git a/build/win32/vs9/atk.vsprops b/build/win32/vs9/atk.vsprops
index 85747ef..0b04ea9 100644
--- a/build/win32/vs9/atk.vsprops
+++ b/build/win32/vs9/atk.vsprops
@@ -119,6 +119,6 @@ copy $(SolutionDir)$(ConfigurationName)\$(PlatformName)\bin\*-$(AtkApiVersion).l
 	/>
 	<UserMacro
 		Name="AtkEtcInstallRoot"
-		Value="..\..\..\..\..\vs9\$(PlatformName)"
+		Value="..\..\..\..\vs9\$(PlatformName)"
 	/>
 </VisualStudioPropertySheet>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]