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