From 923416a04fb9e81bea067e5e69fbc8b99d70c569 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 3 Jul 2007 10:30:13 +0000 Subject: INTEGRATION: CWS dmake49 (1.5.2); FILE MERGED 2007/06/20 22:26:11 vq 1.5.2.1: #i74700# Add a new special macro OOODMAKEMODE that is used to toggle OOo build specific behavior. If OOODMAKEMODE is set (i.e. it begins with y) the leading ./ of a path will no longer be removed. This patch also fixes iz78061. --- dmake/vextern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dmake/vextern.h b/dmake/vextern.h index 3ed877d753ab..fde54bb85489 100644 --- a/dmake/vextern.h +++ b/dmake/vextern.h @@ -1,4 +1,4 @@ -/* RCS $Id: vextern.h,v 1.5 2007-06-12 06:07:16 obo Exp $ +/* RCS $Id: vextern.h,v 1.6 2007-07-03 11:30:13 rt Exp $ -- -- SYNOPSIS -- Global variable declarations. @@ -60,6 +60,7 @@ EXTERN char* Escape_char; /* Current escape character */ EXTERN char* LastMacName; /* Last macro successfully parsed */ EXTERN char* UseDirCache; /* The value of .DIRCACHE */ EXTERN char* DcacheRespCase; /* TRUE if we are to respect dcache case */ +EXTERN char* OOoDmMode; /* Enable special behavior for OOo build. */ EXTERN int Target; /* TRUE if a default target was found in * * a makefile or on the commandline */ EXTERN int If_expand; /* TRUE if calling Expand from getinp.c */ -- cgit