open_toontown_panda3d/panda/src/chat/Sources.pp

19 lines
460 B
ObjectPascal

#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
dtoolutil:c dtoolbase:c dtool:m
#begin lib_target
#define TARGET chat
#define LOCAL_LIBS \
putil dgraph display text event graph
#define SOURCES \
chatHelpers.cxx chatHelpers.h chatInput.I chatInput.cxx chatInput.h \
config_chat.cxx config_chat.h
#define INSTALL_HEADERS \
chatHelpers.h chatInput.I chatInput.h
#define IGATESCAN all
#end lib_target