update for HEAD-2003050101
[reactos.git] / lib / freetype / src / autohint / descrip.mms
1 #
2 # FreeType 2 auto-hinter module compilation rules for VMS
3 #
4
5
6 # Copyright 2001, 2002 Catharon Productions Inc.
7 #
8 # This file is part of the Catharon Typography Project and shall only
9 # be used, modified, and distributed under the terms of the Catharon
10 # Open Source License that should come with this file under the name
11 # `CatharonLicense.txt'.  By continuing to use, modify, or distribute
12 # this file you indicate that you have read the license and
13 # understand and accept it fully.
14 #
15 # Note that this license is compatible with the FreeType license.
16
17
18 CFLAGS=$(COMP_FLAGS)$(DEBUG)/incl=([--.include],[--.src.autohint])
19
20 OBJS=autohint.obj
21
22 all : $(OBJS)
23         library [--.lib]freetype.olb $(OBJS)
24
25 # EOF