From 8b3554b3afe7c125b1a53171b01ac87de9c486fe Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Wed, 3 Mar 2004 22:35:19 +0000 Subject: [PATCH] if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should 2004-03-03 Hans Breuer * pango/module-defs-win32.c.win32 : if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should have been commited at 2003-12-12, too) * pango/makefile.msc : generate correct type for PangoFontMask (bug #135892, John Ehresman) * pango/opentype/makefile.msc : updated * pango/pango.def pango/pangoft2.def : more updatd externals --- src/makefile.msc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/makefile.msc b/src/makefile.msc index f30a0fa07..fedfbf357 100644 --- a/src/makefile.msc +++ b/src/makefile.msc @@ -1,7 +1,7 @@ TOP = ..\..\.. !INCLUDE $(TOP)\glib\build\win32\make.msc -INCLUDES = -I ..\.. $(FREETYPE2_CFLAGS) $(GLIB_CFLAGS) +INCLUDES = -I . -I ..\.. $(FREETYPE2_CFLAGS) $(GLIB_CFLAGS) DEFINES = -DPANGO_ENABLE_ENGINE OBJECTS = \ @@ -10,7 +10,9 @@ OBJECTS = \ ftxgpos.obj \ ftxgsub.obj \ ftxopen.obj \ - ottest.obj \ + otlbuffer.obj \ +# ottest.obj \ + pango-ot-buffer.obj \ pango-ot-info.obj \ pango-ot-ruleset.obj \