projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230459d
)
Fixed MinGW examples makefile.
author
Guenter Knauf
<lists@gknw.net>
Sun, 25 Sep 2011 14:31:31 +0000
(16:31 +0200)
committer
Guenter Knauf
<lists@gknw.net>
Sun, 25 Sep 2011 14:31:31 +0000
(16:31 +0200)
docs/examples/Makefile.m32
patch
|
blob
|
history
diff --git
a/docs/examples/Makefile.m32
b/docs/examples/Makefile.m32
index 975eed6b9a0f280001a70aae039b607bed14cef7..e744c5b30f0e5b7fe274237bb6f26ca92ad2ae66 100644
(file)
--- 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