From: Gunter Knauf Date: Sun, 19 Aug 2007 00:26:24 +0000 (+0000) Subject: added some comments in the makefiles about build options. X-Git-Tag: curl-7_17_0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab13c2f814f4ee26e2ff5d796f40cebe68d359af;p=thirdparty%2Fcurl.git added some comments in the makefiles about build options. --- diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index d39ba0339f..92540b91c8 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 or ## Joern Hartroth diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 690bc54e20..3820f7afcf 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -2,9 +2,10 @@ # $Id$ # ## Makefile for building curl.exe 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 or ## Joern Hartroth