summaryrefslogtreecommitdiff
path: root/dmake/win95
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:32:01 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:32:01 +0000
commitab6ffb84b47e47dc0b3103f0b8701a655f38e1f5 (patch)
tree00105f97054ea41ea2a6438d8312d8bb0325f8a9 /dmake/win95
parent15cbe6675ac53ca14cc493a43d21faacdec29b85 (diff)
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.
Diffstat (limited to 'dmake/win95')
-rw-r--r--dmake/win95/borland/ruletab.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
static char *_rules[] = {
- "MAXLINELENGTH := 8190",
+ "MAXLINELENGTH := 32766",
"MAXPROCESSLIMIT := 4",
".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk makefile",