Browse Source

use compos bld

cxgeorge 24 years ago
parent
commit
cac4d68d19
2 changed files with 9 additions and 0 deletions
  1. 5 0
      direct/src/deadrec/Sources.pp
  2. 4 0
      direct/src/deadrec/deadrec_composite1.cxx

+ 5 - 0
direct/src/deadrec/Sources.pp

@@ -1,7 +1,12 @@
 #begin lib_target
   #define TARGET deadrec
 
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx
+
   #define SOURCES \
+  correction.h prediction.h  
+  
+  #define INCLUDED_SOURCES \  
     correction.cxx prediction.cxx
 
   #define INSTALL_HEADERS \

+ 4 - 0
direct/src/deadrec/deadrec_composite1.cxx

@@ -0,0 +1,4 @@
+
+#include "prediction.cxx"
+#include "correction.cxx"
+