comparison auto/cc/msvc @ 5577:bfe536716dbf

Win32: MSVC 2013 compatibility. Warnings about GetVersionEx() deprecation silenced. Precompiled object linked in.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 13 Feb 2014 16:54:00 +0400
parents 2b71f6535c76
children ce98b460606e
comparison
equal deleted inserted replaced
5576:2bc609a4b516 5577:bfe536716dbf
104 fi 104 fi
105 105
106 106
107 # precompiled headers 107 # precompiled headers
108 CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" 108 CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch"
109 CORE_LINK="$NGX_OBJS/ngx_pch.obj"
109 NGX_PCH="$NGX_OBJS/ngx_config.pch" 110 NGX_PCH="$NGX_OBJS/ngx_config.pch"
110 NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch" 111 NGX_BUILD_PCH="-Ycngx_config.h -Fp$NGX_OBJS/ngx_config.pch"
111 NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch" 112 NGX_USE_PCH="-Yungx_config.h -Fp$NGX_OBJS/ngx_config.pch"
112 113
113 114