added borland-ssl and borland-ssl-zlib targets.

This commit is contained in:
Gunter Knauf 2004-07-15 22:20:52 +00:00
parent 555cfb3059
commit 4b217efb84
1 changed files with 18 additions and 0 deletions

View File

@ -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