mirror of
https://github.com/nginx/nginx.git
synced 2024-12-27 01:11:13 -06:00
add miltilines in OpenWatcom makefiles
This commit is contained in:
parent
d2af69adc6
commit
5147f8e9ca
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…
Reference in New Issue
Block a user