diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-02 07:18:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-02 07:18:13 +0000 |
commit | 03def138fe1e3a7d199af80f391ea19c51d75dd8 (patch) | |
tree | 2063b1e2256db2ccebdb2fe43de3881698625763 | |
parent | 9d99af532912a3c3dcd3b489c4073ddb439ddcf6 (diff) |
Andrés García's updated mingw makefiles
-rw-r--r-- | lib/Makefile.m32 | 2 | ||||
-rw-r--r-- | src/Makefile.m32 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 0af3c2bd4..a05e7c9dc 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -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 ######################################################## diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 30ce77279..f5eb1fee0 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -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 |