summaryrefslogtreecommitdiff
path: root/vms_make.com
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2004-12-15 06:37:03 +0000
committerWerner Lemberg <wl@gnu.org>2004-12-15 06:37:03 +0000
commitb88624fc3b1e2b1036aa86938930a88613aad3d9 (patch)
tree8a8578ad01cd843c487bd6b366b75490f06d303d /vms_make.com
parent8285d49a70e2e6e1bc011416cf07ae3301f75a25 (diff)
downloadfreetype2-b88624fc3b1e2b1036aa86938930a88613aad3d9.tar.gz
* vms_make.com: Add ftbitmap.obj.
Diffstat (limited to 'vms_make.com')
-rw-r--r--vms_make.com3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms_make.com b/vms_make.com
index 26d31b995..7a99f6c2d 100644
--- a/vms_make.com
+++ b/vms_make.com
@@ -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)