92 lines
1.7 KiB
ObjectPascal
92 lines
1.7 KiB
ObjectPascal
#define OTHER_LIBS interrogatedb:c dconfig:c dtoolconfig:m \
|
|
dtoolutil:c dtoolbase:c dtool:m pystub
|
|
#define LOCAL_LIBS downloader express event
|
|
|
|
#begin bin_target
|
|
#define TARGET apply_patch
|
|
#define BUILD_TARGET $[HAVE_CRYPTO]
|
|
|
|
#define SOURCES \
|
|
apply_patch.cxx
|
|
|
|
#define INSTALL_HEADERS \
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET build_patch
|
|
#define BUILD_TARGET $[HAVE_CRYPTO]
|
|
|
|
#define SOURCES \
|
|
build_patch.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_adler
|
|
#define BUILD_TARGET $[HAVE_ZLIB]
|
|
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
|
|
|
#define SOURCES \
|
|
check_adler.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_crc
|
|
#define BUILD_TARGET $[HAVE_ZLIB]
|
|
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
|
|
|
#define SOURCES \
|
|
check_crc.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET check_md5
|
|
#define BUILD_TARGET $[HAVE_CRYPTO]
|
|
#define USE_PACKAGES $[USE_PACKAGES] crypto
|
|
|
|
#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 BUILD_TARGET $[HAVE_ZLIB]
|
|
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
|
|
|
#define SOURCES \
|
|
pcompress.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET pdecompress
|
|
#define BUILD_TARGET $[HAVE_ZLIB]
|
|
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
|
|
|
#define SOURCES \
|
|
pdecompress.cxx
|
|
|
|
#end bin_target
|
|
|
|
#begin bin_target
|
|
#define TARGET test_downloader
|
|
#define BUILD_TARGET $[HAVE_ZLIB]
|
|
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
|
|
|
#define SOURCES \
|
|
test_downloader.cxx
|
|
|
|
#end bin_target
|