mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
reinstate downloader
This commit is contained in:
parent
246e67422f
commit
27ad52b306
@ -25,7 +25,7 @@
|
|||||||
multiplexStreamBuf.I multiplexStreamBuf.h \
|
multiplexStreamBuf.I multiplexStreamBuf.h \
|
||||||
socketStream.h socketStream.I \
|
socketStream.h socketStream.I \
|
||||||
urlSpec.I urlSpec.h \
|
urlSpec.I urlSpec.h \
|
||||||
$[if $[HAVE_NET], downloadDb.I downloadDb.h] \
|
$[if $[HAVE_NET], downloadDb.I downloadDb.h downloader.I downloader.h] \
|
||||||
$[if $[HAVE_ZLIB], decompressor.h download_utils.h] \
|
$[if $[HAVE_ZLIB], decompressor.h download_utils.h] \
|
||||||
$[if $[HAVE_CRYPTO], patcher.cxx patcher.h patcher.I]
|
$[if $[HAVE_CRYPTO], patcher.cxx patcher.h patcher.I]
|
||||||
|
|
||||||
@ -43,7 +43,7 @@
|
|||||||
multiplexStream.cxx multiplexStreamBuf.cxx \
|
multiplexStream.cxx multiplexStreamBuf.cxx \
|
||||||
socketStream.cxx \
|
socketStream.cxx \
|
||||||
urlSpec.cxx \
|
urlSpec.cxx \
|
||||||
$[if $[HAVE_NET], downloadDb.cxx] \
|
$[if $[HAVE_NET], downloadDb.cxx downloader.cxx] \
|
||||||
$[if $[HAVE_ZLIB], decompressor.cxx download_utils.cxx]
|
$[if $[HAVE_ZLIB], decompressor.cxx download_utils.cxx]
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
@ -55,6 +55,7 @@
|
|||||||
config_downloader.h \
|
config_downloader.h \
|
||||||
decompressor.h \
|
decompressor.h \
|
||||||
download_utils.h downloadDb.h downloadDb.I \
|
download_utils.h downloadDb.h downloadDb.I \
|
||||||
|
downloader.h downloader.I \
|
||||||
extractor.h \
|
extractor.h \
|
||||||
httpClient.I httpClient.h \
|
httpClient.I httpClient.h \
|
||||||
httpChannel.I httpChannel.h \
|
httpChannel.I httpChannel.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user