summaryrefslogtreecommitdiff
path: root/src/winfonts
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2004-11-17 08:19:27 +0000
committerWerner Lemberg <wl@gnu.org>2004-11-17 08:19:27 +0000
commitbbdee28f75e750aa9c95056e270daf5085c3d47b (patch)
tree5ceb16feccd6cdc9920c4f289f9f9094366712ae /src/winfonts
parentfaedb01ec50485a0af01cc86c69018e1e301122e (diff)
downloadfreetype2-bbdee28f75e750aa9c95056e270daf5085c3d47b.tar.gz
* builds/unix/configure.ac: Add `-fno-strict-aliasing' if gcc is
used. * builds/unix/configure: Regenerated. * builds/unix/config.guess, builds/unix/config.sub: Updated from `config' CVS module at subversions.gnu.org. * src/cache/ftcglyph.c (FTC_GNode_UnselectFamily, FTC_GCache_Lookup): Fix comparison with zero. * docs/INSTALL.VMS: Updated. * vms_make.com: Updated. All `descrip.mms' files are now created automatically. * src/*/descrip.mms: Removed.
Diffstat (limited to 'src/winfonts')
-rw-r--r--src/winfonts/descrip.mms23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/winfonts/descrip.mms b/src/winfonts/descrip.mms
deleted file mode 100644
index 475cdbb6b..000000000
--- a/src/winfonts/descrip.mms
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# FreeType 2 Windows FNT/FON driver compilation rules for VMS
-#
-
-
-# Copyright 2001, 2002 by
-# David Turner, Robert Wilhelm, and Werner Lemberg.
-#
-# This file is part of the FreeType project, and may only be used, modified,
-# and distributed under the terms of the FreeType project license,
-# LICENSE.TXT. By continuing to use, modify, or distribute this file you
-# indicate that you have read the license and understand and accept it
-# fully.
-
-
-CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.winfonts])
-
-OBJS=winfnt.obj
-
-all : $(OBJS)
- library [--.lib]freetype.olb $(OBJS)
-
-# EOF