panda3d/panda/src/text/Sources.pp
2001-02-14 21:15:24 +00:00

20 lines
471 B
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET text
#define LOCAL_LIBS \
cull putil gobj sgattrib graph sgraph linmath sgraphutil pnmimage gsgbase \
mathutil
#define SOURCES \
config_text.cxx config_text.h textNode.I textNode.cxx textNode.h
#define INSTALL_HEADERS \
config_text.h textNode.I textNode.h
#define IGATESCAN all
#end lib_target