summaryrefslogtreecommitdiff
path: root/cli_ure/unotypes
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-04-25 14:14:34 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-04-25 14:14:34 +0000
commit7028defdc430b95d24d4b6312e5b346169f36c68 (patch)
treea87ea8cb53e39879f3c6ec6d13463954b67db68f /cli_ure/unotypes
parentb426d4671eb65d5fcef9b0abc6f8eacfc819cae0 (diff)
#107130# missing uno.MethodAttribute.get_Raises()
Diffstat (limited to 'cli_ure/unotypes')
-rw-r--r--cli_ure/unotypes/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index 72a643d7d775..c6996f5b7100 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: dbo $ $Date: 2003-03-28 10:17:50 $
+# last change: $Author: dbo $ $Date: 2003-04-25 15:14:34 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,14 +77,14 @@ TARGET = cli_ure
ALLTAR : \
$(CLI_OFFAPI)
-$(CLI_UDKAPI) : $(SOLARBINDIR)$/udkapi.rdb
+$(CLI_UDKAPI) : $(SOLARBINDIR)$/udkapi.rdb $(CLIMAKER)
+$(CLIMAKER) -O $@ $(CLIMAKER_FLAGS) \
--version "3.1.0.0" \
--product "OpenOffice.org SDK" \
--description "This assembly contains UNO-API metadata of the OpenOffice.org Software Development Kit (SDK)." \
$(SOLARBINDIR)$/udkapi.rdb
-$(CLI_OFFAPI) : $(CLI_UDKAPI) $(SOLARBINDIR)$/offapi.rdb
+$(CLI_OFFAPI) : $(CLI_UDKAPI) $(SOLARBINDIR)$/offapi.rdb $(CLIMAKER)
+$(CLIMAKER) -O $@ $(CLIMAKER_FLAGS) \
--version "1.0.0.0" \
--product "OpenOffice.org SDK" \