fix dependencies
This commit is contained in:
parent
fe034278e3
commit
13632f9083
|
|
@ -1,6 +1,7 @@
|
|||
#define OTHER_LIBS interrogatedb:c prc:c dconfig:c dtoolconfig:m \
|
||||
dtoolutil:c dtoolbase:c dtool:m pystub prc:c
|
||||
#define LOCAL_LIBS downloader express event
|
||||
#define USE_PACKAGES openssl zlib
|
||||
|
||||
#begin bin_target
|
||||
#define TARGET apply_patch
|
||||
|
|
@ -34,7 +35,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET check_adler
|
||||
#define BUILD_TARGET $[HAVE_ZLIB]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
||||
|
||||
#define SOURCES \
|
||||
check_adler.cxx
|
||||
|
|
@ -44,7 +44,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET check_crc
|
||||
#define BUILD_TARGET $[HAVE_ZLIB]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
||||
|
||||
#define SOURCES \
|
||||
check_crc.cxx
|
||||
|
|
@ -54,7 +53,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET check_md5
|
||||
#define BUILD_TARGET $[HAVE_OPENSSL]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] openssl
|
||||
|
||||
#define SOURCES \
|
||||
check_md5.cxx
|
||||
|
|
@ -72,7 +70,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET pzip
|
||||
#define BUILD_TARGET $[HAVE_ZLIB]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
||||
|
||||
#define SOURCES \
|
||||
pzip.cxx
|
||||
|
|
@ -82,7 +79,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET punzip
|
||||
#define BUILD_TARGET $[HAVE_ZLIB]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] zlib
|
||||
|
||||
#define SOURCES \
|
||||
punzip.cxx
|
||||
|
|
@ -92,7 +88,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET pencrypt
|
||||
#define BUILD_TARGET $[HAVE_OPENSSL]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] openssl
|
||||
|
||||
#define SOURCES \
|
||||
pencrypt.cxx
|
||||
|
|
@ -102,7 +97,6 @@
|
|||
#begin bin_target
|
||||
#define TARGET pdecrypt
|
||||
#define BUILD_TARGET $[HAVE_OPENSSL]
|
||||
#define USE_PACKAGES $[USE_PACKAGES] openssl
|
||||
|
||||
#define SOURCES \
|
||||
pdecrypt.cxx
|
||||
|
|
|
|||
Loading…
Reference in New Issue