mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Add cMotionTrail.cxx, cMotionTrail.h
This commit is contained in:
parent
9c9101452d
commit
2824be457a
@ -0,0 +1,31 @@
|
|||||||
|
#begin lib_target
|
||||||
|
#define TARGET motiontrail
|
||||||
|
#define LOCAL_LIBS \
|
||||||
|
directbase
|
||||||
|
|
||||||
|
#define OTHER_LIBS \
|
||||||
|
linmath:c \
|
||||||
|
mathutil:c \
|
||||||
|
gobj:c \
|
||||||
|
panda:m \
|
||||||
|
express:c \
|
||||||
|
pandaexpress:m \
|
||||||
|
interrogatedb:c \
|
||||||
|
dconfig:c \
|
||||||
|
dtoolconfig:m \
|
||||||
|
dtoolutil:c \
|
||||||
|
dtoolbase:c \
|
||||||
|
dtool:m \
|
||||||
|
pandabase:c \
|
||||||
|
prc:c \
|
||||||
|
gsgbase:c
|
||||||
|
|
||||||
|
|
||||||
|
#define SOURCES \
|
||||||
|
cMotionTrail.cxx cMotionTrail.h
|
||||||
|
|
||||||
|
#define INSTALL_HEADERS \
|
||||||
|
cMotionTrail.h
|
||||||
|
|
||||||
|
#define IGATESCAN all
|
||||||
|
#end lib_target
|
Loading…
x
Reference in New Issue
Block a user