mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 14:16:20 +08:00
enable precompiled headers for msvc7,
probably they were disabled because of some Wine bug
This commit is contained in:
parent
66dbcc8d38
commit
a101048962
10
auto/cc/msvc
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user