소스 검색

use combined srcs

cxgeorge 24 년 전
부모
커밋
572cc7b166
2개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      panda/src/text/Sources.pp
  2. 2 0
      panda/src/text/text_composite1.cxx

+ 6 - 3
panda/src/text/Sources.pp

@@ -6,11 +6,14 @@
   #define LOCAL_LIBS \
     cull putil gobj sgattrib graph sgraph linmath sgraphutil pnmimage gsgbase \
     mathutil
+    
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx 
 
   #define SOURCES \
-    config_text.cxx config_text.h \
-    textFont.I textFont.cxx textFont.h \
-    textNode.I textNode.cxx textNode.h
+    config_text.h textFont.I textFont.h \
+    textNode.I textNode.h textNode.cxx
+
+  #define INCLUDED_SOURCES config_text.cxx textFont.cxx
 
   #define INSTALL_HEADERS \
     config_text.h textFont.I textFont.h textNode.I textNode.h

+ 2 - 0
panda/src/text/text_composite1.cxx

@@ -0,0 +1,2 @@
+#include "config_text.cxx"
+#include "textFont.cxx"