summaryrefslogtreecommitdiff
path: root/pango/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2006-06-05 16:29:19 +0000
committerHans Breuer <hans@src.gnome.org>2006-06-05 16:29:19 +0000
commit4590a9287d0d1e085c089b0b339afe30caabfcea (patch)
treea789bbbc677e38f07f590f2857ced1c79e98912a /pango/makefile.msc
parent9663ade3f376a00f8d66daf3ad7c89a1b521da16 (diff)
downloadpango-4590a9287d0d1e085c089b0b339afe30caabfcea.tar.gz
not only handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. The
2006-05-05 Hans Breuer <hans@breuer.org> * pango/pangocairo-win32font.c(compute_glyph_extents) : not only handle PANGO_GLYPH_EMPTY but also PANGO_GLYPH_UNKNOWN_FLAG. The latter is needed to have proper sizing of the "hex box" for missing glyphs. It also stops cairo complaining about unknown glyphs. Fixes part of bug #343796. * pango/makefile.msc : create $(PRJ_TOP)\config.h.win32. (Not changing in years does not necessarily mean it is not used) * pango/testfonts.c : make family_name survive pango_font_description_free(), it is used later on
Diffstat (limited to 'pango/makefile.msc')
-rw-r--r--pango/makefile.msc4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/makefile.msc b/pango/makefile.msc
index 0e3d8d42..4962b38d 100644
--- a/pango/makefile.msc
+++ b/pango/makefile.msc
@@ -185,6 +185,8 @@ OBJECTS = \
!ENDIF
!IFDEF OBJS_querymodules
+PKG_CFLAGS = $(PKG_CFLAGS) \
+ -DPACKAGE_NAME=\"Pango\" -DPACKAGE_VERSION=\"$(PANGO_VER)\"
OBJECTS = \
querymodules.obj
!ENDIF
@@ -249,6 +251,8 @@ lib$(PACKAGE)-$(PKG_VER)-0.dll : $(OBJECTS) $(PKG_DEF) $(PRJ_TOP)\config.h
$(PACKAGE).exe : $(PKG_LINK) $(OBJECTS)
$(CC) $(CFLAGS) -Fe$(PACKAGE).exe $(OBJECTS) $(PKG_LINK) gdi32.lib user32.lib
+$(PRJ_TOP)\config.h.win32 : makefile.msc
+ echo /*empty*/ > $(PRJ_TOP)\config.h.win32
$(PRJ_TOP)\config.h: $(PRJ_TOP)\config.h.win32
copy $(PRJ_TOP)\config.h.win32 $(PRJ_TOP)\config.h