mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added borland-ssl and borland-ssl-zlib targets.
This commit is contained in:
parent
555cfb3059
commit
4b217efb84
@ -35,6 +35,24 @@ borland:
|
|||||||
cd ..\src
|
cd ..\src
|
||||||
make -f Makefile.b32
|
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:
|
mingw32:
|
||||||
cd lib & make -f Makefile.m32 ZLIB=1
|
cd lib & make -f Makefile.m32 ZLIB=1
|
||||||
cd src & make -f Makefile.m32 ZLIB=1
|
cd src & make -f Makefile.m32 ZLIB=1
|
||||||
|
Loading…
Reference in New Issue
Block a user