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

index 4c7f3ba..1a7f442 100644 (file)
@@ -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
index 0822401..7f8780f 100644 (file)
@@ -153,6 +153,6 @@ copy ..\..\..\pango\pangoft2.h $(OutDir)\include\pango-$(PangoApiVersion)\pango&
        />
        <UserMacro
                Name="GlibEtcInstallRoot"
-               Value="..\..\..\..\..\vs9\$(PlatformName)"
+               Value="..\..\..\..\vs9\$(PlatformName)"
        />
 </VisualStudioPropertySheet>