diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2001-09-25 07:55:19 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-25 07:55:19 +0000 | 
| commit | 8d16b2b119929310da830a7b8ad19b1bbc41031d (patch) | |
| tree | e7d4af0ebee96e37288f55fda9d1c4d2b369592e /lib | |
| parent | 4d2cb8b32aa7dbd2607a522ee63193c151665766 (diff) | |
winsock 2 fixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile.m32 | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 367ff9522..c892a351e 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -1,5 +1,4 @@  #############################################################
 -# $Id$
  #
  ## Makefile for building libcurl.a with MingW32 (GCC-2.95) and
  ## optionally OpenSSL (0.9.6)
 @@ -12,7 +11,7 @@ CC = gcc  AR = ar
  RANLIB = ranlib
  STRIP = strip -g
 -OPENSSL_PATH = ../../openssl-0.9.6
 +OPENSSL_PATH = ../../openssl-0.9.6b
  ########################################################
  ## Nothing more to do below this line!
 @@ -62,7 +61,7 @@ libcurl.a: $(libcurl_a_OBJECTS) $(libcurl_a_DEPENDENCIES)  libcurl.dll libcurldll.a: libcurl.a libcurl.def dllinit.o
  	-@erase $@
 -	dllwrap --dllname $@ --output-lib libcurldll.a --export-all --def libcurl.def $(libcurl_a_LIBRARIES) dllinit.o -L$(OPENSSL_PATH)/out $(DLL_LIBS) -lwsock32
 +	dllwrap --dllname $@ --output-lib libcurldll.a --export-all --def libcurl.def $(libcurl_a_LIBRARIES) dllinit.o -L$(OPENSSL_PATH)/out $(DLL_LIBS) -lwsock32 -lws2_32
  	$(STRIP) $@
  # remove the last line above to keep debug info
 | 
