浏览代码

combined srcs

cxgeorge 24 年之前
父节点
当前提交
9cd48e5550
共有 2 个文件被更改,包括 11 次插入2 次删除
  1. 6 2
      pandatool/src/cvscopy/Sources.pp
  2. 5 0
      pandatool/src/cvscopy/cvscopy_composite1.cxx

+ 6 - 2
pandatool/src/cvscopy/Sources.pp

@@ -6,9 +6,13 @@
   #define OTHER_LIBS \
     linmath:c panda:m dconfig:c dtool:m pystub
 
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx 
+    
   #define SOURCES \
-    cvsCopy.cxx cvsCopy.h cvsSourceDirectory.cxx cvsSourceDirectory.h \
-    cvsSourceTree.cxx cvsSourceTree.h
+    cvsCopy.h cvsSourceDirectory.h cvsSourceTree.h  
+
+  #define INCLUDED_SOURCES \
+    cvsCopy.cxx cvsSourceDirectory.cxx cvsSourceTree.cxx
 
   #define INSTALL_HEADERS \
     cvsCopy.h

+ 5 - 0
pandatool/src/cvscopy/cvscopy_composite1.cxx

@@ -0,0 +1,5 @@
+
+#include "cvsCopy.cxx"
+#include "cvsSourceDirectory.cxx"
+#include "cvsSourceTree.cxx"
+