diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-07-25 08:59:55 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-25 08:59:55 +0000 | 
| commit | 99c32e460f9ad591ff7693e231f9085013572c50 (patch) | |
| tree | 3b71903864a552704268da5ebc2b46fe39ab496b /src | |
| parent | 83f249cf65a77a787505ffc69113b42943e0fc72 (diff) | |
Andrés García updated with the added files etc
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.m32 | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 002c29897..4a19ac7cd 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -22,7 +22,7 @@ ZLIB_PATH = ../../zlib-1.1.4  ########################################################  ## Nothing more to do below this line! -INCLUDES = -I. -I.. -I../include +INCLUDES = -I. -I.. -I../include -I$(ZLIB_PATH)  CFLAGS = -g -O2 -DMINGW32  ifdef SSL    CFLAGS += -DUSE_SSLEAY -DHAVE_OPENSSL_ENGINE_H @@ -41,13 +41,10 @@ else    curl_DEPENDENCIES = ../lib/libcurl.a    curl_LDADD = -L../lib -lcurl  endif -curl_LDADD += -lwsock32 -lws2_32 -lwinmm +curl_LDADD += -lwsock32 -lws2_32 -lwinmm -L$(ZLIB_PATH) -lz  ifdef SSL    curl_LDADD += -L$(OPENSSL_PATH)/out -leay32 -lssl32  endif -ifdef ZLIB -  curl_LDADD += -L$(ZLIB_PATH) -lz -endif  PROGRAMS = $(curl_PROGRAMS)  SOURCES = $(curl_SOURCES) | 
