From 2824be457af07aecc2cc62ff4ca1dd40170471be Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Mon, 29 Jan 2007 23:52:29 +0000 Subject: [PATCH] Add cMotionTrail.cxx, cMotionTrail.h --- direct/src/motiontrail/Sources.pp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/direct/src/motiontrail/Sources.pp b/direct/src/motiontrail/Sources.pp index e69de29bb2..278d337752 100644 --- a/direct/src/motiontrail/Sources.pp +++ b/direct/src/motiontrail/Sources.pp @@ -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