From: Gunter Knauf Date: Thu, 15 Jul 2004 22:20:52 +0000 (+0000) Subject: added borland-ssl and borland-ssl-zlib targets. X-Git-Tag: curl-7_12_1~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b217efb8461b53eb68248b44f7869f84f2e531e;p=thirdparty%2Fcurl.git added borland-ssl and borland-ssl-zlib targets. --- diff --git a/Makefile.dist b/Makefile.dist index e26ab68f1d..1bd2b2db68 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -35,6 +35,24 @@ borland: cd ..\src make -f Makefile.b32 +borland-ssl: + cd lib + make -f Makefile.b32 WITH_SSL=1 + cd ..\src + make -f Makefile.b32 WITH_SSL=1 + +borland-ssl-zlib: + cd lib + make -f Makefile.b32 WITH_SSL=1 WITH_ZLIB=1 + cd ..\src + make -f Makefile.b32 WITH_SSL=1 WITH_ZLIB=1 + +borland-clean: + cd lib + make -f Makefile.b32 clean + cd ..\src + make -f Makefile.b32 clean + mingw32: cd lib & make -f Makefile.m32 ZLIB=1 cd src & make -f Makefile.m32 ZLIB=1