Hash :
8b3554b3
Author :
Date :
2004-03-03T22:35:19
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
TOP = ..\..\..
!INCLUDE $(TOP)\glib\build\win32\make.msc
INCLUDES = -I . -I ..\.. $(FREETYPE2_CFLAGS) $(GLIB_CFLAGS)
DEFINES = -DPANGO_ENABLE_ENGINE
OBJECTS = \
ftxgdef.obj \
disasm.obj \
ftxgpos.obj \
ftxgsub.obj \
ftxopen.obj \
otlbuffer.obj \
# ottest.obj \
pango-ot-buffer.obj \
pango-ot-info.obj \
pango-ot-ruleset.obj \
all : \
pango-ot.lib
pango-ot.lib : $(OBJECTS)
lib /out:$@ $(OBJECTS)