* src/base/descrip.mms (OBJS): Add ftdebug.obj.
This commit is contained in:
parent
8a0b22f71c
commit
5f3c10e498
|
@ -1,3 +1,7 @@
|
|||
2001-12-11 Jouk Jansen <joukj@hrem.stm.tudelft.nl>
|
||||
|
||||
* src/base/descrip.mms (OBJS): Add ftdebug.obj.
|
||||
|
||||
2001-12-11 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/sfnt/ttload.c (TT_Load_Generic_Header): Typos.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.builds.vms],[--.include],[--.src.base])
|
||||
|
||||
OBJS=ftbase.obj,ftinit.obj,ftglyph.obj
|
||||
OBJS=ftbase.obj,ftinit.obj,ftglyph.obj,ftdebug.obj
|
||||
|
||||
all : $(OBJS)
|
||||
library [--.lib]freetype.olb $(OBJS)
|
||||
|
|
Loading…
Reference in New Issue