From d7c9f2f63ae3da81aeb66b546d4daedd860776cb Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 8 Jul 2012 10:41:53 +0200 Subject: winbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc usage help --- winbuild/Makefile.vc | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'winbuild/Makefile.vc') diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index a75747877..be93381f4 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -13,22 +13,23 @@ CFGSET=true # Usage # -!MESSAGE Usage: nmake /f makefile.vc mode= +!MESSAGE Usage: nmake /f Makefile.vc mode= !MESSAGE where is one or many of: !MESSAGE VC=<6,7,8,9,10> - VC versions !MESSAGE WITH_DEVEL= - Paths for the development files (SSL, zlib, etc.) -!MESSAGE Default to sibbling directory deps: ../deps +!MESSAGE Defaults to sibbling directory deps: ../deps !MESSAGE Libraries can be fetched at http://pecl2.php.net/downloads/php-windows-builds/ !MESSAGE Uncompress them into the deps folder. !MESSAGE WITH_SSL= - Enable OpenSSL support, DLL or static -!MESSAGE WITH_ZLIB= - Enable ZLib support, DLL or static -!MESSAGE WITH_SSH2= - Enable LIbSSH2 support, DLL or static -!MESSAGE ENABLE_SSPI= - Enable SSPI support, default to yes -!MESSAGE ENABLE_IPV6= - Enable IPV6, default to yes -!MESSAGE ENABLE_IDN= - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later. -!MESSAGE or to install http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815 -!MESSAGE ENABLE_WINSSL= - Enable native Windows SSL support, default to yes -!MESSAGE GEN_PDB= - Generate Program Database (debug symbols release build) +!MESSAGE WITH_ZLIB= - Enable zlib support, DLL or static +!MESSAGE WITH_SSH2= - Enable libSSH2 support, DLL or static +!MESSAGE ENABLE_SSPI= - Enable SSPI support, defaults to yes +!MESSAGE ENABLE_IPV6= - Enable IPv6, defaults to yes +!MESSAGE ENABLE_IDN= - Enable use of Windows IDN APIs, defaults to yes +!MESSAGE Requires Windows Vista or later, or installation from: +!MESSAGE http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815 +!MESSAGE ENABLE_WINSSL= - Enable native Windows SSL support, defaults to yes +!MESSAGE GEN_PDB= - Generate Program Database (debug symbols for release build) !MESSAGE DEBUG= - Debug builds !ERROR please choose a valid mode -- cgit v1.2.3