diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-08-01 10:23:13 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-08-01 10:23:13 +0000 |
commit | 3bd4b5dc28ad75d937a054a4828ee6497dcfb4c3 (patch) | |
tree | b34b96cce638b93e6d4c5028f2a000b72180b0d5 /cppu/util | |
parent | 35234ca960e906ad5e26770aa787c2294a2d5dae (diff) |
#90246# bndchk support
Diffstat (limited to 'cppu/util')
-rw-r--r-- | cppu/util/target.pmk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk index c07f17af32d2..db239fc945e8 100644 --- a/cppu/util/target.pmk +++ b/cppu/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: dbo $ $Date: 2001-07-26 11:58:00 $ +# last change: $Author: dbo $ $Date: 2001-08-01 11:20:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,6 +94,8 @@ CFLAGS += -DCPPU_ASSERTIONS # other stuff .IF "$(cppu_no_leak)" == "" +.IF "$(bndchk)" == "" CFLAGS += -DCPPU_LEAK_STATIC_DATA .ENDIF +.ENDIF |