diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:34:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-20 13:34:28 +0000 |
commit | b7dcec48ea9e89a58135014135b78a18f3c1bdb8 (patch) | |
tree | ef7fda1fe70573b0fdba3168d4f757c37efba29a /dmake/os2 | |
parent | 41f7a3dc98d0bb9a1c6a22c082087f0831db7dd1 (diff) |
INTEGRATION: CWS os2port01 (1.2.18); FILE MERGED
2006/12/28 14:54:33 ydario 1.2.18.1: OS/2 initial import.
Diffstat (limited to 'dmake/os2')
-rw-r--r-- | dmake/os2/ruletab.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dmake/os2/ruletab.c b/dmake/os2/ruletab.c index 97204272db36..42946dd14c6d 100644 --- a/dmake/os2/ruletab.c +++ b/dmake/os2/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.2 2006-04-20 12:08:38 hr Exp $ +/* RCS $Id: ruletab.c,v 1.3 2007-09-20 14:34:28 vg Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -33,9 +33,12 @@ * We dont need the two different cases of Makefile, so only keep the * pretty one. */ +// ".IMPORT .IGNORE: DMAKEROOT SOLARVER UPD INPATH OS UPDMINOREXT", + static char *_rules[] = { - "MAXLINELENGTH := 2046", + "MAXLINELENGTH := 8190", "MAXPROCESSLIMIT := 16", +#include "dmakeroot.h" ".IMPORT .IGNORE: DMAKEROOT" ".MAKEFILES : makefile.mk Makefile", ".SOURCE : .NULL", |