94 lines
1.5 KiB
ObjectPascal
94 lines
1.5 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m pystub
|
|
#define LOCAL_LIBS downloader express event ipc
|
|
#define USE_IPC yes
|
|
#define DIRECTORY_IF_IPC yes
|
|
|
|
#begin bin_target
|
|
#define TARGET apply_patch
|
|
#define TARGET_IF_CRYPTO yes
|
|
|
|
#define SOURCES \
|
|
apply_patch.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET build_patch
|
|
#define TARGET_IF_CRYPTO yes
|
|
|
|
#define SOURCES \
|
|
build_patch.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_adler
|
|
#define TARGET_IF_ZLIB yes
|
|
#define USE_ZLIB yes
|
|
|
|
#define SOURCES \
|
|
check_adler.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_crc
|
|
#define TARGET_IF_ZLIB yes
|
|
#define USE_ZLIB yes
|
|
|
|
#define SOURCES \
|
|
check_crc.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_md5
|
|
#define TARGET_IF_CRYPTO yes
|
|
#define USE_CRYPTO yes
|
|
|
|
#define SOURCES \
|
|
check_md5.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET multify
|
|
|
|
#define SOURCES \
|
|
multify.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET pcompress
|
|
#define TARGET_IF_ZLIB yes
|
|
#define USE_ZLIB yes
|
|
|
|
#define SOURCES \
|
|
pcompress.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET pdecompress
|
|
#define TARGET_IF_ZLIB yes
|
|
#define USE_ZLIB yes
|
|
|
|
#define SOURCES \
|
|
pdecompress.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET test_downloader
|
|
#define TARGET_IF_ZLIB yes
|
|
#define USE_ZLIB yes
|
|
|
|
#define SOURCES \
|
|
test_downloader.cxx
|
|
|
|
#end bin_target
|