9f95babf3e
src/type42/t42parse.h, src/type42/t42objs.h, src/type42/t42objs.c, src/type42/type42.c: updated the Type42 driver by splitting it into several files since it makes the code easier to read and maintain. Also fixed the bug that prevented the correct display of fonts with "ftview"
24 lines
586 B
Plaintext
24 lines
586 B
Plaintext
#
|
|
# FreeType 2 Type 42 driver compilation rules for VMS
|
|
#
|
|
|
|
|
|
# Copyright 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.type42])
|
|
|
|
OBJS=type42.obj
|
|
|
|
all : $(OBJS)
|
|
library [--.lib]freetype.olb $(OBJS)
|
|
|
|
# EOF
|