Skip to content
Snippets Groups Projects
Commit 982530b1 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

changed Borland target since Borland's make doesnt understand '&'.

parent fadc0844
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,10 @@ ssl: ...@@ -30,8 +30,10 @@ ssl:
make make
borland: borland:
cd lib & make -f Makefile.b32 cd lib
cd src & make -f Makefile.b32 make -f Makefile.b32
cd ..\src
make -f Makefile.b32
mingw32: mingw32:
cd lib & make -f Makefile.m32 ZLIB=1 cd lib & make -f Makefile.m32 ZLIB=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment