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



commit 8206a1c0eccba741423ba67c94cb18faf6fd7daf
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 15 16:43:45 2012 +0800

    Fix "install" paths in VS property sheets

 build/win32/vs10/pango.props  |    2 +-
 build/win32/vs9/pango.vsprops |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/win32/vs10/pango.props b/build/win32/vs10/pango.props
index 4c7f3ba..1a7f442 100644
--- a/build/win32/vs10/pango.props
+++ b/build/win32/vs10/pango.props
@@ -6,7 +6,7 @@
     <PangoDummyPrefix>/dummy</PangoDummyPrefix>
     <PangoDefines>G_LOG_DOMAIN="Pango";PANGO_ENABLE_BACKEND;PANGO_ENABLE_ENGINE;SYSCONFDIR="$(PangoDummyPrefix)/etc";LIBDIR="$(PangoDummyPrefix)/lib"</PangoDefines>
     <NoFCDef>PANGO_VISUALC_NO_FC</NoFCDef>
-	<GlibEtcInstallRoot>..\..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
+	<GlibEtcInstallRoot>..\..\..\..\vs10\$(Platform)</GlibEtcInstallRoot>
 	<CopyDir>$(GlibEtcInstallRoot)</CopyDir>
     <PangoDoInstall>
 echo on
diff --git a/build/win32/vs9/pango.vsprops b/build/win32/vs9/pango.vsprops
index 0822401..7f8780f 100644
--- a/build/win32/vs9/pango.vsprops
+++ b/build/win32/vs9/pango.vsprops
@@ -153,6 +153,6 @@ copy ..\..\..\pango\pangoft2.h $(OutDir)\include\pango-$(PangoApiVersion)\pango&
 	/>
 	<UserMacro
 		Name="GlibEtcInstallRoot"
-		Value="..\..\..\..\..\vs9\$(PlatformName)"
+		Value="..\..\..\..\vs9\$(PlatformName)"
 	/>
 </VisualStudioPropertySheet>



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