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 | 18f432c24364a5e38c29b3d9407d473a371b9aa9 (patch) | |
tree | dc53fa42ce49fa92c472c53518bcbac9f7397ee9 /dmake/os2 | |
parent | 755df7bf5749b28771427a1fa959e248d356ed42 (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 730398bdd..2d3337c71 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", |