unix style newlines only
This commit is contained in:
parent
ff7729e2bc
commit
45cf0cf3ec
@ -42,7 +42,7 @@
|
||||
############################################################################
|
||||
|
||||
all:
|
||||
./configure
|
||||
./configure
|
||||
make
|
||||
|
||||
ssl:
|
||||
@ -62,17 +62,17 @@ mingw32-ssl:
|
||||
cd src; make -f Makefile.m32 SSL=1
|
||||
|
||||
vc:
|
||||
cd lib
|
||||
cd lib
|
||||
nmake -f Makefile.vc6
|
||||
cd ..\src
|
||||
cd ..\src
|
||||
nmake -f Makefile.vc6
|
||||
|
||||
vc-ssl:
|
||||
cd lib
|
||||
nmake -f Makefile.vc6 release-ssl
|
||||
cd ..\src
|
||||
nmake -f Makefile.vc6
|
||||
|
||||
vc-ssl:
|
||||
cd lib
|
||||
nmake -f Makefile.vc6 release-ssl
|
||||
cd ..\src
|
||||
nmake -f Makefile.vc6
|
||||
|
||||
cygwin:
|
||||
./configure
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user