Преглед изворни кода

Add cMotionTrail.cxx, cMotionTrail.h

aignacio_sf пре 19 година
родитељ
комит
2824be457a
1 измењених фајлова са 31 додато и 0 уклоњено
  1. 31 0
      direct/src/motiontrail/Sources.pp

+ 31 - 0
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