diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:32:26 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:32:26 +0000 |
commit | f404e87dc88867fce9cf6a965a6e8d4e0ca25355 (patch) | |
tree | 32bd78e01967724fb8e973a761176da9d75f0303 /dmake/win95 | |
parent | c894e69ee467a8d3b5bab4204e208a8036e1a27f (diff) |
INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/06/15 02:42:42 vq 1.3.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs.
This patch was submitted by shay@openoffice.org.
Diffstat (limited to 'dmake/win95')
-rw-r--r-- | dmake/win95/microsft/ruletab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/win95/microsft/ruletab.c b/dmake/win95/microsft/ruletab.c index 2005d5c4f1b3..494d2f132f4d 100644 --- a/dmake/win95/microsft/ruletab.c +++ b/dmake/win95/microsft/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.3 2006-04-20 12:24:37 hr Exp $ +/* RCS $Id: ruletab.c,v 1.4 2006-06-29 11:32:26 ihi Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -32,7 +32,7 @@ #include <stdio.h> static char *_rules[] = { - "MAXLINELENGTH := 8190", + "MAXLINELENGTH := 32766", "MAXPROCESSLIMIT := 4", "MAXPROCESS := 1", ".IMPORT .IGNORE: DMAKEROOT", |