diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-17 16:16:09 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2011-05-17 16:16:09 +0800 |
commit | ce24c762004000d588441ed530dc681688ff728f (patch) | |
tree | a1d2f4818ba6ffbc5b7e7ca22d08216af1d85179 /build/win32 | |
parent | 43096d64a9766fd56f974de26de7d9a4930ba222 (diff) | |
download | pango-ce24c762004000d588441ed530dc681688ff728f.tar.gz |
Update Visual C++ 2008 property sheet
Create a pango.aliases file in $(OutDir)etc\pango during the "install"
phase. The contents of the file is identical to the one that is
suggested in README.win32
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/vs9/pango.vsprops | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/win32/vs9/pango.vsprops b/build/win32/vs9/pango.vsprops index 59ad903e..b41aa1c6 100644 --- a/build/win32/vs9/pango.vsprops +++ b/build/win32/vs9/pango.vsprops @@ -105,6 +105,12 @@ copy ..\..\..\pango\pango-types.h $(OutDir)\include\pango-$(PangoApiVersion)\pan copy ..\..\..\pango\pango-utils.h $(OutDir)\include\pango-$(PangoApiVersion)\pango
 copy ..\..\..\pango\pangocairo.h $(OutDir)\include\pango-$(PangoApiVersion)\pango
 copy ..\..\..\pango\pangowin32.h $(OutDir)\include\pango-$(PangoApiVersion)\pango
 + +mkdir $(OutDir)\etc\pango
 +echo tahoma = "tahoma,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" > $(OutDir)\etc\pango\pango.aliases
 +echo sans = "arial,browallia new,mingliu,simhei,gulimche,ms gothic,latha,mangal" >> $(OutDir)\etc\pango\pango.aliases
 +echo serif = "times new roman,angsana new,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(OutDir)\etc\pango\pango.aliases
 +echo monospace = "courier new,courier monothai,mingliu,simsun,gulimche,ms gothic,latha,mangal" >> $(OutDir)\etc\pango\pango.aliases
 " /> <UserMacro |