open_toontown_panda3d/direct/src/interval/Sources.pp

33 lines
1.2 KiB
ObjectPascal

#begin lib_target
#define TARGET interval
#define LOCAL_LIBS \
directbase
#define OTHER_LIBS \
pgraph:c putil:c panda:m express:c pandaexpress:m dtoolconfig dtool
#define SOURCES \
config_interval.cxx config_interval.h \
cInterval.cxx cInterval.I cInterval.h \
cIntervalManager.cxx cIntervalManager.I cIntervalManager.h \
cLerpInterval.cxx cLerpInterval.I cLerpInterval.h \
cLerpNodePathInterval.cxx cLerpNodePathInterval.I cLerpNodePathInterval.h \
cLerpAnimEffectInterval.cxx cLerpAnimEffectInterval.I cLerpAnimEffectInterval.h \
cMetaInterval.cxx cMetaInterval.I cMetaInterval.h \
showInterval.cxx showInterval.I showInterval.h \
hideInterval.cxx hideInterval.I hideInterval.h \
lerp_helpers.h
#define INSTALL_HEADERS \
config_interval.h \
cInterval.I cInterval.h \
cIntervalManager.I cIntervalManager.h \
cLerpInterval.I cLerpInterval.h \
cLerpNodePathInterval.I cLerpNodePathInterval.h \
cLerpAnimEffectInterval.I cLerpAnimEffectInterval.h \
cMetaInterval.I cMetaInterval.h \
showInterval.I showInterval.h \
hideInterval.I hideInterval.h
#define IGATESCAN all
#end lib_target