nginx-quic/auto/lib/pcre
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 Win32: Borland C compatibility fixes. 2013-09-04 20:48:23 +04:00
makefile.msvc Updated PCRE used for win32 builds. 2013-08-23 22:54:08 +04:00
makefile.owc Win32: Open Watcom C compatibility fixes. 2013-09-04 20:48:22 +04:00