mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
*** empty log message ***
This commit is contained in:
parent
8ef6e582b3
commit
3ac90489b0
@ -13,14 +13,16 @@
|
||||
downloadDb.cxx downloadDb.h \
|
||||
downloader.I downloader.cxx downloader.h extractor.cxx extractor.h \
|
||||
multiplexStream.I multiplexStream.cxx multiplexStream.h \
|
||||
multiplexStreamBuf.I multiplexStreamBuf.cxx multiplexStreamBuf.h \
|
||||
patcher.cxx \
|
||||
patcher.h patcher.I
|
||||
multiplexStreamBuf.I multiplexStreamBuf.cxx multiplexStreamBuf.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 \
|
||||
patcher.cxx \
|
||||
patcher.h patcher.I
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
asyncUtility.h asyncUtility.I \
|
||||
config_downloader.h \
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#begin bin_target
|
||||
#define TARGET apply_patch
|
||||
#define TARGET_IF_CRYPTO yes
|
||||
|
||||
#define SOURCES \
|
||||
apply_patch.cxx
|
||||
@ -15,6 +16,7 @@
|
||||
|
||||
#begin bin_target
|
||||
#define TARGET build_patch
|
||||
#define TARGET_IF_CRYPTO yes
|
||||
|
||||
#define SOURCES \
|
||||
build_patch.cxx
|
||||
|
Loading…
x
Reference in New Issue
Block a user