mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
20 lines
471 B
ObjectPascal
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
|
|
|