[pango] MSVC Builds: Fix "Installation" for MSVC 2010 and Later



commit 124a3728b5b73a6204bdea66cc502916e0847e69
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Apr 2 11:52:01 2014 +0800

    MSVC Builds: Fix "Installation" for MSVC 2010 and Later
    
    We need to create $(prefix)\etc\pango before trying to create a default
    pango.aliases file, otherwise it wouldn't work.

 build/win32/vs10/pango-install.propsin |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/build/win32/vs10/pango-install.propsin b/build/win32/vs10/pango-install.propsin
index a7010cd..e411475 100644
--- a/build/win32/vs10/pango-install.propsin
+++ b/build/win32/vs10/pango-install.propsin
@@ -36,6 +36,8 @@ copy ..\..\..\pango\pangoft2.h $(CopyDir)\include\pango-$(PangoApiVersion)\pango
 
 if exist $(CopyDir)\etc\pango\pango.aliases goto END
 
+if not exist $(CopyDir)\etc\pango mkdir $(CopyDir)\etc\pango
+
 echo tahoma = "tahoma,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" > 
$(CopyDir)\etc\pango\pango.aliases
 
 echo sans = "arial,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" >> 
$(CopyDir)\etc\pango\pango.aliases


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