nginx-quic/auto/lib/zlib
Maxim Dounin a57c77bd5e Win32: simplified and improved handling of MSVC versions.
Now we always set NGX_CC_NAME to "msvc", and additionally test compiler
version as reported by "cl" in auto/cc/msvc (the same version is also
available via the _MSC_VER define).  In particular, this approach allows
to properly check for C99 variadic macros support, which previously was
not used with MSVC versions not explicitly recognized.

Now unneeded wildcards in NGX_CC_NAME tests for msvc removed accordingly,
as well as unused wildcards for owc and icc.
2016-02-13 06:47:34 +03:00
..
conf Win32: simplified and improved handling of MSVC versions. 2016-02-13 06:47:34 +03:00
make Win32: simplified and improved handling of MSVC versions. 2016-02-13 06:47:34 +03:00
makefile.bcc Configure: provide inflate() when building zlib on win32. 2012-09-11 12:35:30 +00:00
makefile.msvc Configure: provide inflate() when building zlib on win32. 2012-09-11 12:35:30 +00:00
makefile.owc Configure: provide inflate() when building zlib on win32. 2012-09-11 12:35:30 +00:00