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 975eed6..e744c5b 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