Jelajahi Sumber

use combined srcs

cxgeorge 24 tahun lalu
induk
melakukan
bc0938f473
2 mengubah file dengan 23 tambahan dan 7 penghapusan
  1. 14 7
      dtool/src/dconfig/Sources.pp
  2. 9 0
      dtool/src/dconfig/dconfig_composite1.cxx

+ 14 - 7
dtool/src/dconfig/Sources.pp

@@ -3,14 +3,21 @@
 #begin lib_target
   #define TARGET dconfig
   
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx
+  
   #define SOURCES \
-    configTable.I configTable.cxx configTable.h config_dconfig.cxx        \
-    config_dconfig.h config_notify.cxx config_notify.h config_setup.h    \
-    dconfig.I dconfig.cxx dconfig.h expand.I expand.h notify.I           \
-    notify.cxx notify.h notifyCategory.I notifyCategory.cxx               \
-    notifyCategory.h notifyCategoryProxy.I notifyCategoryProxy.h        \
-    notifySeverity.cxx notifySeverity.h serialization.I serialization.h  \
-    symbolEnt.I symbolEnt.cxx symbolEnt.h
+    configTable.I configTable.h \
+    config_dconfig.h config_notify.h config_setup.h \
+    dconfig.I dconfig.h expand.I expand.h notify.I \
+    notify.h notifyCategory.I \
+    notifyCategory.h notifyCategoryProxy.I notifyCategoryProxy.h \
+    notifySeverity.h serialization.I serialization.h  \
+    symbolEnt.I  symbolEnt.h
+    
+ #define INCLUDED_SOURCES \
+    configTable.cxx config_dconfig.cxx dconfig.cxx \
+    config_notify.cxx notify.cxx notifyCategory.cxx \
+    notifySeverity.cxx symbolEnt.cxx 
 
   #define INSTALL_HEADERS                                               \
     configTable.I configTable.h config_dconfig.h config_setup.h         \

+ 9 - 0
dtool/src/dconfig/dconfig_composite1.cxx

@@ -0,0 +1,9 @@
+
+#include"config_dconfig.cxx"
+#include"config_notify.cxx"
+#include"dconfig.cxx"
+#include"configTable.cxx"
+#include"notify.cxx"
+#include"notifyCategory.cxx"             
+#include"notifySeverity.cxx"
+#include"symbolEnt.cxx"