harfbuzz/src/makefile.msc
Hans Breuer 8b3554b3af 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
2004-03-03 22:35:19 +00:00

23 lines
411 B
Plaintext

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)