INTEGRATION: CWS dmake43p01 (1.1.1.1.132); FILE MERGED

2005/04/11 03:28:55 vq 1.1.1.1.132.2: #i43252# Introduce the macro ABSMAKECMD that's value for a native Windows
dmake executable (compiled with MS Visual C++ or MinGW) is the absolute
filename and NULL for other operating systems or dmake build with other
compilers.
If DMAKEROOT is not changed and only for native Windows dmake versions the
value of DMAKEROOT now defaults to "$(ABSMAKECMD:d)startup".
2005/04/09 21:22:35 vq 1.1.1.1.132.1: #i43254# Make the usage of DMAKEROOT consistent with the man page for
all OSs. This includes the removal of "SOLARVER UPD INPATH OS UPDMINOREXT"
from the list of macros that are always imported from the environment.
Patch inspired in part by shay@openoffice.org.
This commit is contained in:
Jens-Heiner Rechtien 2006-04-20 11:23:16 +00:00
parent dc742fe28c
commit 522c82183b

View file

@ -1,4 +1,4 @@
/* RCS $Id: startup.h,v 1.1.1.1 2000-09-22 15:33:36 hr Exp $
/* RCS $Id: startup.h,v 1.2 2006-04-20 12:23:16 hr Exp $
--
-- SYNOPSIS
-- Definition of MAKESTARTUP
@ -24,5 +24,5 @@
-- Use cvs log to obtain detailed change logs.
*/
/*"MAKESTARTUP := $(MAKECMD:d)startup/startup.mk",*/
"DMAKEROOT *= $(ABSMAKECMD:d)startup",
"MAKESTARTUP := $(DMAKEROOT)\\startup.mk",