comparison auto/cc/msvc @ 180:4cd3e70c4d60 NGINX_0_3_37

nginx 0.3.37 *) Feature: the "limit_except" directive. *) Feature: the "if" directive supports the "!~", "!~*", "-f", and "!-f" operators. *) Feature: the ngx_http_perl_module supports the $r->request_body method. *) Bugfix: in the ngx_http_addition_filter_module.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Apr 2006 00:00:00 +0400
parents 91372f004adf
children 13710a1813ad
comparison
equal deleted inserted replaced
179:654cbdc0401d 180:4cd3e70c4d60
114 ngx_objout="-Fo" 114 ngx_objout="-Fo"
115 ngx_binout="-Fe" 115 ngx_binout="-Fe"
116 ngx_objext="obj" 116 ngx_objext="obj"
117 ngx_binext=".exe" 117 ngx_binext=".exe"
118 118
119 # Borland make
120 #ngx_long_start='@&&|
121 # '
122 #ngx_long_end='|'
123
124 # MS nmake
119 ngx_long_start='@<< 125 ngx_long_start='@<<
120 ' 126 '
121 ngx_long_end='<<' 127 ngx_long_end='<<'
122 ngx_long_regex_cont=' \ 128 ngx_long_regex_cont=' \
123 ' 129 '
124 ngx_long_cont=' 130 ngx_long_cont='
125 ' 131 '
126 132 # MSVC understand / in path
127 #ngx_regex_dirsep='\\' 133 #ngx_regex_dirsep='\\'
128 #ngx_dirsep="\\" 134 #ngx_dirsep="\\"