cxgeorge 24 лет назад
Родитель
Сommit
4ae412ce0f

+ 1 - 1
panda/src/downloader/Sources.pp

@@ -8,7 +8,7 @@
 #begin lib_target
   #define TARGET downloader
   
-  #define COMBINED_SOURCES $[TARGET]_composite1.cxx $[TARGET]_composite2.cxx 
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx
 
   #define SOURCES \
     config_downloader.h asyncUtility.I asyncUtility.h \

+ 2 - 0
panda/src/downloader/downloader_composite1.cxx

@@ -1,4 +1,6 @@
 #include "config_downloader.cxx"
 #include "asyncUtility.cxx"
 #include "extractor.cxx"
+#include "multiplexStream.cxx"
+#include "multiplexStreamBuf.cxx"
 

+ 0 - 3
panda/src/downloader/downloader_composite2.cxx

@@ -1,3 +0,0 @@
-#include "multiplexStream.cxx"
-#include "multiplexStreamBuf.cxx"
-