mirror of
https://github.com/nginx/nginx.git
synced 2026-08-11 13:34:56 -05:00
Win32: MSVC 2013 compatibility.
Warnings about GetVersionEx() deprecation silenced. Precompiled object linked in.
This commit is contained in:
@@ -106,6 +106,7 @@ fi
|
||||
|
||||
# precompiled headers
|
||||
CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch"
|
||||
CORE_LINK="$NGX_OBJS/ngx_pch.obj"
|
||||
NGX_PCH="$NGX_OBJS/ngx_config.pch"
|
||||
NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch"
|
||||
NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch"
|
||||
|
||||
Reference in New Issue
Block a user