aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.m32
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 17:20:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 17:20:29 +0000
commit2bd72eb53d825ddada76fa4e288cadbcd81733a0 (patch)
tree8e99c458b4dd906bf10aa9fcc938454ba45f8703 /src/Makefile.m32
parentc35238e0a3351db3ed20c5a218d42fe18630ffd4 (diff)
Jörn's fixes
Diffstat (limited to 'src/Makefile.m32')
-rw-r--r--src/Makefile.m324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.m32 b/src/Makefile.m32
index d398083fb..41b840c3d 100644
--- a/src/Makefile.m32
+++ b/src/Makefile.m32
@@ -9,7 +9,7 @@
CC = gcc
STRIP = strip -s
-OPENSSL_PATH = ../../openssl-0.9.4
+OPENSSL_PATH = ../../openssl-0.9.5a
# We may need these someday
# PERL = perl
@@ -19,7 +19,7 @@ OPENSSL_PATH = ../../openssl-0.9.4
## Nothing more to do below this line!
INCLUDES = -I. -I.. -I../include
-CFLAGS = -g -O2 -DGLOBURL -DCURL_SEPARATORS
+CFLAGS = -g -O2
LDFLAGS =
COMPILE = $(CC) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@