diff options
author | Gunter Knauf <gk@gknw.de> | 2007-08-19 00:26:24 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-08-19 00:26:24 +0000 |
commit | ab13c2f814f4ee26e2ff5d796f40cebe68d359af (patch) | |
tree | 412a4a203237f5b0be466dcfb8d0e83e02731fd2 /lib/Makefile.m32 | |
parent | 138ca334f9038d542832910ef2359b6cc7d29561 (diff) |
added some comments in the makefiles about build options.
Diffstat (limited to 'lib/Makefile.m32')
-rw-r--r-- | lib/Makefile.m32 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index d39ba0339..92540b91c 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -2,9 +2,10 @@ # $Id$ # ## Makefile for building libcurl.a with MingW32 (GCC-3.2) and -## optionally OpenSSL (0.9.8) +## optionally OpenSSL (0.9.8), libssh2 (0.17), zlib (1.2.3) ## -## Use: mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [DYN=1] +## Usage: +## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [SSPI=1] [IPV6=1] [DYN=1] ## ## Comments to: Troy Engel <tengel@sonic.net> or ## Joern Hartroth <hartroth@acm.org> |