changeset 2839:cb7739c822c6

add miltilines in OpenWatcom makefiles
author Igor Sysoev <igor@sysoev.ru>
date Tue, 12 May 2009 13:29:00 +0000
parents ecdc41bf2047
children 22c4c012c8c9
files auto/cc/owc auto/lib/zlib/makefile.owc
diffstat 2 files changed, 17 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/auto/cc/owc
+++ b/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=' &
+		'
--- a/auto/lib/zlib/makefile.owc
+++ b/auto/lib/zlib/makefile.owc
@@ -7,5 +7,7 @@ CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -
 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