comparison auto/cc/msvc @ 488:829f9a66a659 NGINX_0_7_56

nginx 0.7.56 *) Feature: nginx/Windows supports IPv6 in a "listen" directive of the HTTP module. *) Bugfix: in ngx_http_image_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 May 2009 00:00:00 +0400
parents 549994537f15
children f39b9e29530d
comparison
equal deleted inserted replaced
487:e98b980b4fe7 488:829f9a66a659
122 ngx_objout="-Fo" 122 ngx_objout="-Fo"
123 ngx_binout="-Fe" 123 ngx_binout="-Fe"
124 ngx_objext="obj" 124 ngx_objext="obj"
125 ngx_binext=".exe" 125 ngx_binext=".exe"
126 126
127 if [ "$BMAKE" = nmake ]; then 127 ngx_long_start='@<<
128 # MS nmake
129
130 ngx_long_start='@<<
131 ' 128 '
132 ngx_long_end='<<' 129 ngx_long_end='<<'
133 ngx_long_regex_cont=' \ 130 ngx_long_regex_cont=' \
134 ' 131 '
135 ngx_long_cont=' 132 ngx_long_cont='
136 ' 133 '
137
138 else
139 # Borland make
140
141 ngx_long_start='@&&|
142 '
143 ngx_long_end='|'
144 fi
145 134
146 # MSVC understand / in path 135 # MSVC understand / in path
147 #ngx_regex_dirsep='\\' 136 #ngx_regex_dirsep='\\'
148 #ngx_dirsep="\\" 137 #ngx_dirsep="\\"