if PANGO_MODULE_PREFIX is defined include the basic backend shaper (should

2004-03-03  Hans Breuer  <hans@breuer.org>

	* 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
This commit is contained in:
Hans Breuer 2004-03-03 22:35:19 +00:00 committed by Hans Breuer
parent a7e096c5de
commit 8b3554b3af
1 changed files with 4 additions and 2 deletions

View File

@ -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 \