* vms_make.com: Add ftbitmap.obj.

This commit is contained in:
Werner Lemberg 2004-12-15 06:37:03 +00:00
parent 8285d49a70
commit b88624fc3b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-15 Werner Lemberg <wl@gnu.org>
* vms_make.com: Add ftbitmap.obj.
2004-12-14 Werner Lemberg <wl@gnu.org>
* src/base/ftbitmap.c, include/freetype/ftbitmap.h: New files for

View File

@ -346,7 +346,8 @@ $ deck
CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.builds.vms],[--.include],[--.src.base])
OBJS=ftbase.obj,ftinit.obj,ftglyph.obj,ftdebug.obj,ftbdf.obj,ftmm.obj,\
fttype1.obj,ftxf86.obj,ftpfr.obj,ftstroke.obj,ftwinfnt.obj,ftbbox.obj
fttype1.obj,ftxf86.obj,ftpfr.obj,ftstroke.obj,ftwinfnt.obj,ftbbox.obj,\
ftbitmap.obj
all : $(OBJS)
library [--.lib]freetype.olb $(OBJS)