diff options
author | Guenter Knauf <lists@gknw.net> | 2011-09-25 16:31:31 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2011-09-25 16:31:31 +0200 |
commit | bb94b92894eef5d62d9b19b39cf5af921ee5fd2d (patch) | |
tree | 9f6863b1270b1671dc28618607a3630a6e9d7805 /docs/examples | |
parent | 230459dd00d216992c919a3618d5fa6707b2dd89 (diff) |
Fixed MinGW examples makefile.
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/Makefile.m32 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 975eed6b9..e744c5b30 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 |