]> granicus.if.org Git - curl/commitdiff
Andrés García's updated mingw makefiles
authorDaniel Stenberg <daniel@haxx.se>
Fri, 2 Apr 2004 07:18:13 +0000 (07:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 2 Apr 2004 07:18:13 +0000 (07:18 +0000)
lib/Makefile.m32
src/Makefile.m32

index 0af3c2bd405891f3d3eecb86669a79dd58f4008c..a05e7c9dc8eb7ac3f49195042e7a1e8377595564 100644 (file)
@@ -12,7 +12,7 @@ AR = ar
 RM = rm -f 
 RANLIB = ranlib
 STRIP = strip -g
-OPENSSL_PATH = ../../openssl-0.9.7c
+OPENSSL_PATH = ../../openssl-0.9.7d
 ZLIB_PATH = ../../zlib-1.2.1
 
 ########################################################
index 30ce772793e29c1767d5667124eecf6dbb817760..f5eb1fee0f369813480f256dec150ff8a4bf5b0c 100644 (file)
@@ -12,7 +12,7 @@
 CC = gcc
 RM = rm -f
 STRIP = strip -s
-OPENSSL_PATH = ../../openssl-0.9.7c
+OPENSSL_PATH = ../../openssl-0.9.7d
 ZLIB_PATH = ../../zlib-1.2.1
 
 # We may need these someday
@@ -22,7 +22,7 @@ ZLIB_PATH = ../../zlib-1.2.1
 ########################################################
 ## Nothing more to do below this line!
 
-INCLUDES = -I. -I.. -I../include -I$(ZLIB_PATH)
+INCLUDES = -I. -I.. -I../include -I../lib -I$(ZLIB_PATH)
 CFLAGS = -g -O2 -DMINGW32
 ifdef SSL
   CFLAGS += -DUSE_SSLEAY -DHAVE_OPENSSL_ENGINE_H