Loading lib/Makefile.m32 +4 −4 Original line number Diff line number Diff line ######################################################################### # ## Makefile for building libcurl.a with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) ## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 ## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or Loading @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH Loading lib/Makefile.netware +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. Loading src/Makefile.m32 +4 −4 Original line number Diff line number Diff line ######################################################################### # ## Makefile for building curl.exe with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) ## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 ## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or Loading @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH Loading src/Makefile.netware +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. Loading Loading
lib/Makefile.m32 +4 −4 Original line number Diff line number Diff line ######################################################################### # ## Makefile for building libcurl.a with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) ## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 ## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or Loading @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH Loading
lib/Makefile.netware +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. Loading
src/Makefile.m32 +4 −4 Original line number Diff line number Diff line ######################################################################### # ## Makefile for building curl.exe with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) ## and optionally OpenSSL (0.9.8), libssh2 (1.2), zlib (1.2.5) ## ## Usage: ## mingw32-make -f Makefile.m32 [SSL=1] [SSH2=1] [ZLIB=1] [IDN=1] [SSPI=1] [IPV6=1] [LDAPS=1] [DYN=1] ## ## Hint: you can also set environment vars to control the build, f.e.: ## set ZLIB_PATH=c:/zlib-1.2.3 ## set ZLIB_PATH=c:/zlib-1.2.5 ## set ZLIB=1 ## ## Comments to: Troy Engel <tengel@sonic.net> or Loading @@ -20,11 +20,11 @@ ZLIB_PATH = ../../zlib-1.2.5 endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH Loading
src/Makefile.netware +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ endif # Edit the path below to point to the base of your OpenSSL package. ifndef OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8n OPENSSL_PATH = ../../openssl-0.9.8o endif # Edit the path below to point to the base of your LibSSH2 package. ifndef LIBSSH2_PATH LIBSSH2_PATH = ../../libssh2-1.2.5 LIBSSH2_PATH = ../../libssh2-1.2.6 endif # Edit the path below to point to the base of your libidn package. Loading