Skip to content

Commit

Permalink
unix style newlines only
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Dec 11, 2000
1 parent ff7729e commit 45cf0cf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile.dist
Expand Up @@ -42,7 +42,7 @@
############################################################################

all:
./configure
./configure
make

ssl:
Expand All @@ -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
nmake -f Makefile.vc6
cd ..\src

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
Expand Down

0 comments on commit 45cf0cf

Please sign in to comment.