summaryrefslogtreecommitdiff
path: root/cli_ure/unotypes
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-12 12:06:38 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-12 12:06:38 +0000
commit20dd1d80da2c7399642c2ee7144d3680d5d83bf9 (patch)
tree228a7e65ed72900f564b0c897487a4a2fefee62d /cli_ure/unotypes
parent00ec513195a99242bc281021a7a17e846cf2a346 (diff)
INTEGRATION: CWS jl9 (1.7.20); FILE MERGED
2004/06/21 15:03:49 jl 1.7.20.1: #i20317# strongly named assemblies
Diffstat (limited to 'cli_ure/unotypes')
-rw-r--r--cli_ure/unotypes/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index aa779c57686e..0e0b0727bc5d 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: rt $ $Date: 2003-12-01 17:58:09 $
+# last change: $Author: rt $ $Date: 2004-07-12 13:06:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,10 +85,12 @@ CLIMAKERFLAGS += --verbose
$(OUT)$/bin$/cli_types.dll : $(OUT)$/bin$/climaker.exe $(SOLARBINDIR)$/types.rdb
+$(WRAPCMD) $(OUT)$/bin$/climaker.exe $(CLIMAKERFLAGS) \
--out $@ \
+ --keyfile $(BIN)$/cliuno.snk \
--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" \
+ --assembly-company "OpenOffice.org" \
$(SOLARBINDIR)$/types_doc.rdb
+# --assembly-copyright "2003" \
+
.ENDIF