summaryrefslogtreecommitdiff
path: root/src/smooth
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-01-25 16:05:39 +0000
committerWerner Lemberg <wl@gnu.org>2002-01-25 16:05:39 +0000
commit8880f2c14d1c410dc7ca87fd5d05b58d78c3dcc1 (patch)
treefb8a2b90e53cd93b39f9dfd4c06d24504d7c3e01 /src/smooth
parent84712cc3fb4f30cda945d752d776ee4f8d512cf3 (diff)
downloadfreetype2-8880f2c14d1c410dc7ca87fd5d05b58d78c3dcc1.tar.gz
* src/cache/ftccache.c (ftc_node_done, ftc_node_destroy): Fix
compilation warnings. * src/base/descrip.mms (OBJS): Add `ftmm.obj'. * src/cache/descrip.mms (ftcache.obj): Dependencies added.
Diffstat (limited to 'src/smooth')
-rw-r--r--src/smooth/descrip.mms2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smooth/descrip.mms b/src/smooth/descrip.mms
index 67d62ecd5..9ebc7ff22 100644
--- a/src/smooth/descrip.mms
+++ b/src/smooth/descrip.mms
@@ -18,6 +18,6 @@ CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.smooth])
OBJS=smooth.obj
all : $(OBJS)
- library [--.lib]freetype.olb $(OBJS)
+ library [--.lib]freetype.olb $(OBJS)
# EOF