mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
add miltilines in OpenWatcom makefiles
This commit is contained in:
parent
d2af69adc6
commit
5147f8e9ca
2 changed files with 17 additions and 7 deletions
18
auto/cc/owc
18
auto/cc/owc
|
|
@ -88,8 +88,16 @@ ngx_binext=".exe"
|
|||
ngx_regex_dirsep='\\'
|
||||
ngx_dirsep="\\"
|
||||
|
||||
ngx_regex_cont=' '
|
||||
ngx_long_regex_cont=' '
|
||||
ngx_cont=' '
|
||||
ngx_long_cont=' '
|
||||
ngx_tab=' '
|
||||
ngx_long_start=' '
|
||||
ngx_long_end=' '
|
||||
ngx_long_regex_cont=' \&\
|
||||
'
|
||||
ngx_long_cont=' &
|
||||
'
|
||||
|
||||
ngx_regex_cont=' \&\
|
||||
'
|
||||
ngx_cont=' &
|
||||
'
|
||||
ngx_tab=' &
|
||||
'
|
||||
|
|
|
|||
|
|
@ -7,5 +7,7 @@ CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
|
|||
zlib.lib:
|
||||
cd $(ZLIB)
|
||||
|
||||
wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c compress.c
|
||||
wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj zutil.obj compress.obj
|
||||
wcl386 -c $(CFLAGS) adler32.c crc32.c deflate.c trees.c zutil.c &
|
||||
compress.c
|
||||
wlib -n zlib.lib adler32.obj crc32.obj deflate.obj trees.obj &
|
||||
zutil.obj compress.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue