open_toontown_panda3d/panda/src/downloader/Sources.pp

46 lines
1.4 KiB
ObjectPascal

#define LOCAL_LIBS event ipc express pandabase
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolutil:c dtoolbase:c dtool:m
#define USE_ZLIB yes
#define USE_CRYPTO yes
#define USE_IPC yes
#begin lib_target
#define TARGET downloader
#define SOURCES \
asyncUtility.I asyncUtility.cxx asyncUtility.h \
config_downloader.cxx \
config_downloader.h downloadDb.I \
downloadDb.cxx downloadDb.h \
downloader.I downloader.cxx downloader.h extractor.cxx extractor.h \
hashVal.cxx hashVal.I hashVal.h \
multiplexStream.I multiplexStream.cxx multiplexStream.h \
multiplexStreamBuf.I multiplexStreamBuf.cxx multiplexStreamBuf.h \
patcher.cxx \
patcher.h \
download.I download.cxx download.h
#define IF_ZLIB_SOURCES \
decompressor.cxx decompressor.h zcompressor.I zcompressor.cxx \
zcompressor.h download_utils.cxx download_utils.h
#define IF_CRYPTO_SOURCES \
crypto_utils.cxx crypto_utils.h
#define INSTALL_HEADERS \
asyncUtility.h asyncUtility.I \
config_downloader.h \
decompressor.h \
download_utils.h downloadDb.h downloadDb.I \
downloader.h downloader.I \
extractor.h \
hashVal.I hashVal.h \
multiplexStream.I multiplexStream.h \
multiplexStreamBuf.I multiplexStreamBuf.I \
patcher.h \
zcompressor.I zcompressor.h
#define IGATESCAN all
#end lib_target