mirror of
https://github.com/curl/curl.git
synced 2026-08-26 21:24:08 +03:00
Added the borland makefiles
This commit is contained in:
parent
cb1842cb52
commit
160d2a30db
5 changed files with 154 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue