]> granicus.if.org Git - curl/commitdiff
Fixed MinGW examples makefile.
authorGuenter Knauf <lists@gknw.net>
Sun, 25 Sep 2011 14:31:31 +0000 (16:31 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 25 Sep 2011 14:31:31 +0000 (16:31 +0200)
docs/examples/Makefile.m32

index 975eed6b9a0f280001a70aae039b607bed14cef7..e744c5b30f0e5b7fe274237bb6f26ca92ad2ae66 100644 (file)
@@ -81,9 +81,6 @@ ifndef ARCH
 ARCH = w32
 endif
 
-SSL = 1
-ZLIB = 1
-
 CC = gcc
 CFLAGS = -g -O2 -Wall
 CFLAGS += -fno-strict-aliasing