diff options
Diffstat (limited to 'auto/cc/msvc')
-rw-r--r-- | auto/cc/msvc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auto/cc/msvc b/auto/cc/msvc index 0fa5df9d7..29c40c79b 100644 --- a/auto/cc/msvc +++ b/auto/cc/msvc @@ -114,5 +114,13 @@ ngx_binout="-Fe" ngx_objext="obj" ngx_binext=".exe" +ngx_long_start='@<< + ' +ngx_long_end='<<' +ngx_long_regex_cont=' \ + ' +ngx_long_cont=' + ' + #ngx_regex_dirsep='\\' #ngx_dirsep="\\" |