diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:13 +0000 |
commit | 063238459cf234a97bffd5e8e2367f4a57d5ea21 (patch) | |
tree | abb61889179a29a70bb224720c5ac4a6f1a9d47e /udm | |
parent | 0a56c09f15f8cde439d46704e2bd6f24b73e72b6 (diff) |
INTEGRATION: CWS dbgmacros1 (1.3.2); FILE MERGED
2003/04/10 09:24:49 kso 1.3.2.1: #108413# - debug macro unification.
Diffstat (limited to 'udm')
-rw-r--r-- | udm/source/mkinc/fullcpp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udm/source/mkinc/fullcpp.mk b/udm/source/mkinc/fullcpp.mk index f67d9c817bfa..b5c0215e06ca 100644 --- a/udm/source/mkinc/fullcpp.mk +++ b/udm/source/mkinc/fullcpp.mk @@ -2,9 +2,9 @@ # # $RCSfile: fullcpp.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2003-03-18 13:53:28 $ +# last change: $Author: vg $ $Date: 2003-04-15 16:32:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,7 @@ CFLAGS+= -GR # Precompiled Headers PCH_NAME= udm -.IF "$(DEBUG)"=="" +.IF "$(DBG_LEVEL)"<"2" CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pch .ELSE CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBUILD |