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:
parent
a7e096c5de
commit
8b3554b3af
|
@ -1,7 +1,7 @@
|
||||||
TOP = ..\..\..
|
TOP = ..\..\..
|
||||||
!INCLUDE $(TOP)\glib\build\win32\make.msc
|
!INCLUDE $(TOP)\glib\build\win32\make.msc
|
||||||
|
|
||||||
INCLUDES = -I ..\.. $(FREETYPE2_CFLAGS) $(GLIB_CFLAGS)
|
INCLUDES = -I . -I ..\.. $(FREETYPE2_CFLAGS) $(GLIB_CFLAGS)
|
||||||
DEFINES = -DPANGO_ENABLE_ENGINE
|
DEFINES = -DPANGO_ENABLE_ENGINE
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
|
@ -10,7 +10,9 @@ OBJECTS = \
|
||||||
ftxgpos.obj \
|
ftxgpos.obj \
|
||||||
ftxgsub.obj \
|
ftxgsub.obj \
|
||||||
ftxopen.obj \
|
ftxopen.obj \
|
||||||
ottest.obj \
|
otlbuffer.obj \
|
||||||
|
# ottest.obj \
|
||||||
|
pango-ot-buffer.obj \
|
||||||
pango-ot-info.obj \
|
pango-ot-info.obj \
|
||||||
pango-ot-ruleset.obj \
|
pango-ot-ruleset.obj \
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue