diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 10:30:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 10:30:13 +0000 |
commit | 923416a04fb9e81bea067e5e69fbc8b99d70c569 (patch) | |
tree | 5183b0ee1a70bc6f2b9f68da10f2775b8a978bb6 | |
parent | 04db1cda4e0b153851ad630870335805255c4c13 (diff) |
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.
-rw-r--r-- | dmake/vextern.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |