[pango] MSVC Builds: Fix Header "Installation"



commit d3a460865cf796b35cc9cf0e7e42781432a4138c
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Apr 9 18:16:42 2015 +0800

    MSVC Builds: Fix Header "Installation"
    
    Create the directory where the headers should be copied.  I did not notice
    this as there was always
    $(GlibEtcInstallRoot)\vs$(VSVER)\$(PLAT)\include\pango-1.0\pango.  Oops.

 build/win32/vs10/pango-install.propsin  |    1 +
 build/win32/vs9/pango-install.vspropsin |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/pango-install.propsin b/build/win32/vs10/pango-install.propsin
index a366763..4a04b51 100644
--- a/build/win32/vs10/pango-install.propsin
+++ b/build/win32/vs10/pango-install.propsin
@@ -8,6 +8,7 @@
     
<InstalledDlls>$(BinDir)\$(PangoDllPrefix)pango(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangowin32(PangoDllSuffix).dll;$(BinDir)\$(PangoDllPrefix)pangocairo(PangoDllSuffix).dll</InstalledDlls>
     <InstalledFCDlls>$(BinDir)\$(PangoDllPrefix)pangoft2(PangoDllSuffix).dll</InstalledFCDlls>
     <PangoInstallHeadersData>
+mkdir $(CopyDir)\include\pango-$(PangoApiVersion)\pango
 #include "pango.vs10.headers"
 
 if "$(Configuration)" == "Release" goto END
diff --git a/build/win32/vs9/pango-install.vspropsin b/build/win32/vs9/pango-install.vspropsin
index 08c7a12..531ce8e 100644
--- a/build/win32/vs9/pango-install.vspropsin
+++ b/build/win32/vs9/pango-install.vspropsin
@@ -8,6 +8,7 @@
        <UserMacro
                Name="PangoInstallHeadersData"
                Value="
+mkdir $(CopyDir)\include\pango-$(PangoApiVersion)\pango&#x0D;&#x0A;
 #include "pango.headers"
 
 if &quot;$(ConfigurationName)&quot; == &quot;Release&quot; goto END&#x0D;&#x0A;


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