ソースを参照

use combined src

cxgeorge 24 年 前
コミット
ae9976c902
2 ファイル変更12 行追加3 行削除
  1. 7 3
      panda/src/chat/Sources.pp
  2. 5 0
      panda/src/chat/chat_composite1.cxx

+ 7 - 3
panda/src/chat/Sources.pp

@@ -6,14 +6,18 @@
   #define LOCAL_LIBS \
   #define LOCAL_LIBS \
     putil dgraph display text event graph
     putil dgraph display text event graph
 
 
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx
+
   #define SOURCES \
   #define SOURCES \
-    chatHelpers.cxx chatHelpers.h chatInput.I chatInput.cxx chatInput.h \
-    config_chat.cxx config_chat.h
+    chatHelpers.h chatInput.I chatInput.h config_chat.h
+    
+  #define INCLUDED_SOURCES \
+    chatHelpers.cxx chatInput.cxx config_chat.cxx
 
 
   #define INSTALL_HEADERS \
   #define INSTALL_HEADERS \
     chatHelpers.h chatInput.I chatInput.h
     chatHelpers.h chatInput.I chatInput.h
 
 
-  #define PRECOMPILED_HEADER chat_headers.h 
+//  #define PRECOMPILED_HEADER chat_headers.h 
 
 
   #define IGATESCAN all
   #define IGATESCAN all
 
 

+ 5 - 0
panda/src/chat/chat_composite1.cxx

@@ -0,0 +1,5 @@
+
+#include "config_chat.cxx"
+#include "chatHelpers.cxx"
+#include "chatInput.cxx"
+