Added the borland makefiles

This commit is contained in:
Daniel Stenberg 2000-12-05 13:47:30 +00:00
parent cb1842cb52
commit 160d2a30db
5 changed files with 154 additions and 0 deletions

View file

@ -49,6 +49,10 @@ ssl:
./configure --with-ssl
make
borland:
cd lib; make -f Makefile.b32
cd src; make -f Makefile.b32
mingw32:
cd lib; make -f Makefile.m32
cd src; make -f Makefile.m32