Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-15 13:25:30 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-11-15 13:25:30 +0300
commita101048962c19417b3ced18c9b9c9e5cdf5eb169 (patch)
tree6da60a8bc65f7e1557d1a268d154a88a5d79138b /auto/cc/msvc
parent66dbcc8d387465b018e508d47cffd510526943d9 (diff)
enable precompiled headers for msvc7,
probably they were disabled because of some Wine bug
Diffstat (limited to 'auto/cc/msvc')
-rw-r--r--auto/cc/msvc10
1 files changed, 4 insertions, 6 deletions
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