diff options
author | Hans Breuer <hans@breuer.org> | 2004-08-06 18:33:23 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2004-08-06 18:33:23 +0000 |
commit | 285abaf4388ff793e1daf5d2084c69a83a9d82eb (patch) | |
tree | 01eb09fbed1fcfaf9eff3dc4e4ec969467664c7c /pango/makefile.msc | |
parent | 35adf5a98dee743082a5b0a9467ce92ff450f4b9 (diff) | |
download | pango-285abaf4388ff793e1daf5d2084c69a83a9d82eb.tar.gz |
updated
2004-08-06 Hans Breuer <hans@breuer.org>
* pango/pango.def pango/pangoft2.def pango/pangowin32.def
pango/makefile.msc : updated
* pango/pangofc-decoder.c : static the pango_fc_decoder_*init
implementations
* pango/pangowin32.c : remove the duplicated, empty implementation
of pango_win32_font_init(), also replace parent_class variable
with pango_win32_font_parent_class as defined by G_DEFINE_TYPE
* modules/basic/basic-win32.c : implement basic_engine_covers
* pango/testfonts.c : iterate three common font names as was
intended orginally and said in the comment for years
Diffstat (limited to 'pango/makefile.msc')
-rw-r--r-- | pango/makefile.msc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/makefile.msc b/pango/makefile.msc index 136c38d4..8f52b053 100644 --- a/pango/makefile.msc +++ b/pango/makefile.msc @@ -83,6 +83,7 @@ OBJECTS = \ pango-enum-types.obj \ \ break.obj \ + ellipsize.obj \ fonts.obj \ glyphstring.obj \ mapping.obj \ @@ -124,6 +125,7 @@ fribidi_get_type.obj : mini-fribidi\fribidi_get_type.c $(CC) $(PKG_CFLAGS) -GD -c mini-fribidi\fribidi_get_type.c !IFDEF OBJS_pangowin32 +PKG_CFLAGS = $(PKG_CFLAGS) -DPANGO_MODULE_PREFIX=_pango_basic_win32 OBJECTS = \ module-defs-win32.obj \ pangowin32.obj \ @@ -135,10 +137,12 @@ OBJECTS = \ !IFDEF OBJS_pangoft2 OBJECTS = \ module-defs-fc.obj \ + pangofc-decoder.obj \ pangofc-font.obj \ pangofc-fontmap.obj \ pangoft2.obj \ pangoft2-fontmap.obj \ + pangoft2-render.obj \ basic-fc.obj PKG_CFLAGS = $(PKG_CFLAGS) $(FONTCONFIG_CFLAGS) $(FREETYPE2_CFLAGS) |