Kaydet (Commit) 7e709178 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dmake411 (1.7.16); FILE MERGED

2007/09/16 03:57:13 vq 1.7.16.2: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE
always be imported from the environment. Instead move the definition
of targets from the command line after the evaluation of the startup
makefile.
2007/09/16 03:03:42 vq 1.7.16.1: #i74007# Always import OOODMAKEMODE from the environment. Define targets from
the command line after the macros from the command line and OOODMAKEMODE
from the environment are set.
üst 2abb080a
/* $RCSfile: ruletab.c,v $ /* $RCSfile: ruletab.c,v $
-- $Revision: 1.8 $ -- $Revision: 1.9 $
-- last change: $Author: vg $ $Date: 2007-09-20 14:35:17 $ -- last change: $Author: ihi $ $Date: 2007-10-15 15:53:13 $
-- --
-- SYNOPSIS -- SYNOPSIS
-- Default initial configuration of dmake. -- Default initial configuration of dmake.
...@@ -32,13 +32,8 @@ ...@@ -32,13 +32,8 @@
* strictly so that dmake can parse the STARTUP makefile */ * strictly so that dmake can parse the STARTUP makefile */
static char *_rules[] = { static char *_rules[] = {
#ifdef __EMX__
"MAXLINELENGTH := 8190",
"MAXPROCESSLIMIT := 16",
#else
"MAXPROCESSLIMIT := 64", "MAXPROCESSLIMIT := 64",
"MAXLINELENGTH := 32766", "MAXLINELENGTH := 32766",
#endif
#include "dmakeroot.h" #include "dmakeroot.h"
".IMPORT .IGNORE: DMAKEROOT", ".IMPORT .IGNORE: DMAKEROOT",
".MAKEFILES : makefile.mk Makefile makefile", ".MAKEFILES : makefile.mk Makefile makefile",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment