summaryrefslogtreecommitdiffstats
path: root/dmake/win95
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:23:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-04-20 11:23:16 +0000
commit522c82183b591883e58d9429587d4fb3cc65f45c (patch)
treec60c959490f9a29cf82f9fabaa0b8eb1176425c6 /dmake/win95
parentINTEGRATION: CWS dmake43p01 (1.5.30); FILE MERGED (diff)
downloadcore-522c82183b591883e58d9429587d4fb3cc65f45c.tar.gz
core-522c82183b591883e58d9429587d4fb3cc65f45c.zip
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.
Diffstat (limited to 'dmake/win95')
-rw-r--r--dmake/win95/startup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/win95/startup.h b/dmake/win95/startup.h
index b2731353c6b5..af0f88c1e6d3 100644
--- a/dmake/win95/startup.h
+++ b/dmake/win95/startup.h
@@ -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",