bd889e5de9
with a zero length value. * builds/beos/beos.mk: Include `link-std.mk'. * src/type1/t1load.h (T1_Loader): Renamed to... (T1_LoaderRec): This. (T1_Loader): Now pointer to T1_LoaderRec. * src/type1/t1load.c: Updated. * include/freetype/internal/t1types.h, src/type1/t1load.c, src/type1/t1objs.c: s/T1_ENCODING_TYPE_EXPORT/T1_ENCODING_TYPE_EXPERT/.
20 lines
563 B
Makefile
20 lines
563 B
Makefile
#
|
|
# FreeType 2 configuration rules for a BeOS system
|
|
#
|
|
|
|
# Copyright 1996-2000, 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.
|
|
|
|
include $(TOP)/builds/compiler/ansi-cc.mk
|
|
include $(TOP)/builds/beos/beos-def.mk
|
|
include $(TOP)/builds/link_std.mk
|
|
|
|
# EOF
|
|
|