blob: b4a99d19696e3e72e552ba818281b490adc9aba2 [file] [log] [blame]
Werner Lembergc3e987e2001-01-03 06:47:10 +00001#
2# FreeType 2 OpenType/CFF driver compilation rules for VMS
3#
4
5
6# Copyright 2001 by
7# David Turner, Robert Wilhelm, and Werner Lemberg.
8#
9# This file is part of the FreeType project, and may only be used, modified,
10# and distributed under the terms of the FreeType project license,
11# LICENSE.TXT. By continuing to use, modify, or distribute this file you
12# indicate that you have read the license and understand and accept it
13# fully.
14
15
David Turner8d3a4012001-03-20 11:14:24 +000016CFLAGS=$(COMP_FLAGS)$(DEBUG)/include=([--.include],[--.src.cff])
Werner Lembergc3e987e2001-01-03 06:47:10 +000017
18OBJS=cff.obj
19
20all : $(OBJS)
21 library [--.lib]freetype.olb $(OBJS)
22
23# EOF