summaryrefslogtreecommitdiff
path: root/dmake/winnt
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:33:07 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:33:07 +0000
commit3497d019a81589cffe4932b5e60ea247e8fdddea (patch)
tree401f36b0f30061927501133770a43b8aee6e21ef /dmake/winnt
parentaf37bc3e77d66cce9d52c71e0b2e923adb71189c (diff)
INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/15 02:42:43 vq 1.2.2.1: #i64889# Increase the default MAXLINELENGTH for all "modern" target OSs. This patch was submitted by shay@openoffice.org.
Diffstat (limited to 'dmake/winnt')
-rw-r--r--dmake/winnt/borland/ruletab.c4
-rw-r--r--dmake/winnt/microsft/ruletab.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/dmake/winnt/borland/ruletab.c b/dmake/winnt/borland/ruletab.c
index 34d2c37d26e4..855f05515e5c 100644
--- a/dmake/winnt/borland/ruletab.c
+++ b/dmake/winnt/borland/ruletab.c
@@ -1,4 +1,4 @@
-/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:25:32 hr Exp $
+/* RCS $Id: ruletab.c,v 1.3 2006-06-29 11:32:41 ihi Exp $
--
-- SYNOPSIS
-- Default initial configuration of dmake.
@@ -32,7 +32,7 @@
#include <stdio.h>
static char *_rules[] = {
- "MAXLINELENGTH := 8190",
+ "MAXLINELENGTH := 32766",
"MAXPROCESSLIMIT := 4",
".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk makefile",
diff --git a/dmake/winnt/microsft/ruletab.c b/dmake/winnt/microsft/ruletab.c
index 4d0f62537cba..ed7686f7b5e0 100644
--- a/dmake/winnt/microsft/ruletab.c
+++ b/dmake/winnt/microsft/ruletab.c
@@ -1,4 +1,4 @@
-/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:26:16 hr Exp $
+/* RCS $Id: ruletab.c,v 1.3 2006-06-29 11:33:07 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"