summaryrefslogtreecommitdiff
path: root/cli_ure/unotypes
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 12:06:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 12:06:42 +0000
commitaaa509dcd9ba1ca76a3bf0b310f9bae36cb46eea (patch)
tree84d2d60d5f0adf1de3a709cd508f0ffad5d3fc8d /cli_ure/unotypes
parent3526f6ac330a1c25bfe3ce78860c044399e2b0a8 (diff)
INTEGRATION: CWS unopkg (1.5.2); FILE MERGED
2003/09/26 12:45:15 dbo 1.5.2.1: changed attributes
Diffstat (limited to 'cli_ure/unotypes')
-rw-r--r--cli_ure/unotypes/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index 7920eecb46b1..2dd33a9d639b 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: dbo $ $Date: 2003-08-20 12:53:25 $
+# last change: $Author: vg $ $Date: 2003-10-06 13:06:42 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,9 +85,10 @@ CLIMAKERFLAGS += --verbose
$(OUT)$/bin$/cli_types.dll : $(OUT)$/bin$/climaker.exe $(SOLARBINDIR)$/types.rdb
+$(OUT)$/bin$/climaker.exe $(CLIMAKERFLAGS) \
--out $@ \
- --version "1.0.0.0" \
- --product "Software Development Kit (SDK)" \
- --description "This assembly contains API metadata of the Software Development Kit (SDK)." \
+ --assembly-version "1.0.0.0" \
+ --assembly-description "This assembly contains metadata for the StarOffice/OpenOffice.org API." \
+ --assembly-company "Sun Microsystems, Inc." \
+ --assembly-copyright "2003" \
$(SOLARBINDIR)$/types_doc.rdb
.ENDIF