From ab6ffb84b47e47dc0b3103f0b8701a655f38e1f5 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 29 Jun 2006 10:32:01 +0000 Subject: INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED 2006/06/15 02:42:42 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs. This patch was submitted by shay@openoffice.org. --- dmake/win95/borland/ruletab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmake/win95') diff --git a/dmake/win95/borland/ruletab.c b/dmake/win95/borland/ruletab.c index 4f9037d86e48..78aa04d04301 100644 --- a/dmake/win95/borland/ruletab.c +++ b/dmake/win95/borland/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:23:27 hr Exp $ +/* RCS $Id: ruletab.c,v 1.3 2006-06-29 11:32:01 ihi Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -32,7 +32,7 @@ #include static char *_rules[] = { - "MAXLINELENGTH := 8190", + "MAXLINELENGTH := 32766", "MAXPROCESSLIMIT := 4", ".IMPORT .IGNORE: DMAKEROOT", ".MAKEFILES : makefile.mk makefile", -- cgit