mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
changed Borland target since Borland's make doesnt understand '&'.
This commit is contained in:
parent
fadc08445a
commit
982530b186
1 changed files with 4 additions and 2 deletions
|
|
@ -30,8 +30,10 @@ ssl:
|
|||
make
|
||||
|
||||
borland:
|
||||
cd lib & make -f Makefile.b32
|
||||
cd src & make -f Makefile.b32
|
||||
cd lib
|
||||
make -f Makefile.b32
|
||||
cd ..\src
|
||||
make -f Makefile.b32
|
||||
|
||||
mingw32:
|
||||
cd lib & make -f Makefile.m32 ZLIB=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue