• Home
  • Raw
  • Download

Lines Matching refs:MESSAGE

32 !MESSAGE Invalid mode: $(MODE)
38 !MESSAGE Usage: nmake /f Makefile.vc mode=<static or dll> <options>
39 !MESSAGE where <options> is one or many of:
40 !MESSAGE VC=<6,7,8,9,10,11,12,14,15> - VC versions
41 !MESSAGE WITH_DEVEL=<path> - Paths for the development files (SSL, zlib, etc.)
42 !MESSAGE Defaults to sibbling directory deps: ../deps
43 !MESSAGE Libraries can be fetched at https://windows.php.net/dow…
44 !MESSAGE Uncompress them into the deps folder.
45 !MESSAGE WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
46 !MESSAGE WITH_NGHTTP2=<dll or static> - Enable HTTP/2 support, DLL or static
47 !MESSAGE WITH_CARES=<dll or static> - Enable c-ares support, DLL or static
48 !MESSAGE WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static
49 !MESSAGE WITH_SSH2=<dll or static> - Enable libSSH2 support, DLL or static
50 !MESSAGE WITH_MBEDTLS=<dll or static> - Enable mbedTLS support, DLL or static
51 !MESSAGE ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
52 !MESSAGE Requires Windows Vista or later
53 !MESSAGE ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
54 !MESSAGE ENABLE_SSPI=<yes or no> - Enable SSPI support, defaults to yes
55 !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
56 !MESSAGE ENABLE_OPENSSL_AUTO_LOAD_CONFIG=<yes or no>
57 !MESSAGE - Whether the OpenSSL configuration will be loaded automa…
58 !MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release bu…
59 !MESSAGE DEBUG=<yes or no> - Debug builds
60 !MESSAGE MACHINE=<x86 or x64> - Target architecture (default x64 on AMD64, x86 on other…
61 !MESSAGE CARES_PATH=<path to cares> - Custom path for c-ares
62 !MESSAGE MBEDTLS_PATH=<path to mbedTLS> - Custom path for mbedTLS
63 !MESSAGE NGHTTP2_PATH=<path to HTTP/2> - Custom path for nghttp2
64 !MESSAGE SSH2_PATH=<path to libSSH2> - Custom path for libSSH2
65 !MESSAGE SSL_PATH=<path to OpenSSL> - Custom path for OpenSSL
66 !MESSAGE ZLIB_PATH=<path to zlib> - Custom path for zlib
251 !MESSAGE configuration name: $(CONFIG_NAME_LIB)