diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-12-21 13:43:27 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-12-21 13:43:27 +0000 |
commit | 71d9fadcd497c73c55d5aeb93ebb5b32f24a4228 (patch) | |
tree | 62ba8855755bd8ed9e0e70ff1da38789f4b10e45 /cppu/util/target.pmk | |
parent | 4827ae31b236f1ed4b357a71eb1a24f2713601c2 (diff) |
added uno_type_any_assign(), uno_any_assign(), uno_getCurrentContext()
Diffstat (limited to 'cppu/util/target.pmk')
-rw-r--r-- | cppu/util/target.pmk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk index 78aa97579..7fb44991c 100644 --- a/cppu/util/target.pmk +++ b/cppu/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:25:54 $ +# last change: $Author: dbo $ $Date: 2000-12-21 14:43:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,6 +91,9 @@ CFLAGS += -DCPPU_ASSERTIONS .ENDIF +# other stuff + .IF "$(cppu_no_leak)" == "" CFLAGS += -DCPPU_LEAK_STATIC_DATA .ENDIF + |