diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-04-07 14:08:04 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-04-07 14:08:04 +0000 |
| commit | 94e32ce7f885ecc648ae6377276f8813fc1c9347 (patch) | |
| tree | 88da0722e206c60326b466b85ab118c00be13f55 /auto/cc | |
| parent | 7469680c6c32901e7b6082a0e564430b587bbcfa (diff) | |
| download | nginx-release-0.3.37.tar.gz nginx-release-0.3.37.tar.bz2 | |
nginx-0.3.37-RELEASE importrelease-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.
Diffstat (limited to 'auto/cc')
| -rw-r--r-- | auto/cc/msvc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc index a890234e0..2f1e8bcd5 100644 --- a/auto/cc/msvc +++ b/auto/cc/msvc @@ -116,6 +116,12 @@ ngx_binout="-Fe" ngx_objext="obj" ngx_binext=".exe" +# Borland make +#ngx_long_start='@&&| +# ' +#ngx_long_end='|' + +# MS nmake ngx_long_start='@<< ' ngx_long_end='<<' @@ -123,6 +129,6 @@ ngx_long_regex_cont=' \ ' ngx_long_cont=' ' - +# MSVC understand / in path #ngx_regex_dirsep='\\' #ngx_dirsep="\\" |
