]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
added some comments in the makefiles about build options.
authorGunter Knauf <gk@gknw.de>
Sun, 19 Aug 2007 00:26:24 +0000 (00:26 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 19 Aug 2007 00:26:24 +0000 (00:26 +0000)
lib/Makefile.m32
src/Makefile.m32

index d39ba0339fcf89a1d4adaa2ce4ef5e577ac4e219..92540b91c84aa6fb0d052c878f0ec0382eda1fbd 100644 (file)
@@ -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>
index 690bc54e20bc6442e379d776b5aaf557671ca4a2..3820f7afcfdf8eb294b2416485a367b9868bc62c 100644 (file)
@@ -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 <tengel@sonic.net> or
 ##              Joern Hartroth <hartroth@acm.org>