From: Guenter Knauf Date: Sun, 25 Sep 2011 14:31:31 +0000 (+0200) Subject: Fixed MinGW examples makefile. X-Git-Tag: curl-7_23_0~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb94b92894eef5d62d9b19b39cf5af921ee5fd2d;p=thirdparty%2Fcurl.git Fixed MinGW examples makefile. --- diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 975eed6b9a..e744c5b30f 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -81,9 +81,6 @@ ifndef ARCH ARCH = w32 endif -SSL = 1 -ZLIB = 1 - CC = gcc CFLAGS = -g -O2 -Wall CFLAGS += -fno-strict-aliasing