summaryrefslogtreecommitdiff
path: root/cppu/util/target.pmk
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2000-12-21 13:43:27 +0000
committerDaniel Boelzle <dbo@openoffice.org>2000-12-21 13:43:27 +0000
commitebac2258f173a4e613d64eb79471aaba15707e69 (patch)
tree3956e452524e2b0eee0a1492ea44fa4f2f69c749 /cppu/util/target.pmk
parente76d5e77bee63f41561e9f2b23b1c8b77a00278a (diff)
added uno_type_any_assign(), uno_any_assign(), uno_getCurrentContext()
Diffstat (limited to 'cppu/util/target.pmk')
-rw-r--r--cppu/util/target.pmk7
1 files changed, 5 insertions, 2 deletions
diff --git a/cppu/util/target.pmk b/cppu/util/target.pmk
index 78aa9757958f..7fb44991c608 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
+