From: Igor Sysoev Date: Thu, 15 Nov 2007 10:25:30 +0000 (+0000) Subject: enable precompiled headers for msvc7, X-Git-Tag: release-0.6.17~6 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=a101048962c19417b3ced18c9b9c9e5cdf5eb169;p=nginx.git enable precompiled headers for msvc7, probably they were disabled because of some Wine bug --- diff --git a/auto/cc/msvc b/auto/cc/msvc index 8cf87fa61..dde844887 100644 --- a/auto/cc/msvc +++ b/auto/cc/msvc @@ -96,12 +96,10 @@ CORE_LINK="$CORE_LINK -debug -debugtype:coff" # precompiled headers -if [ $NGX_CC_NAME != msvc7 ]; then - CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" - 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" -fi +CORE_DEPS="$CORE_DEPS $NGX_OBJS/ngx_config.pch" +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" # the resource file