INTEGRATION: CWS jl9 (1.7.20); FILE MERGED
2004/06/21 15:03:49 jl 1.7.20.1: #i20317# strongly named assemblies
This commit is contained in:
parent
00ec513195
commit
20dd1d80da
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue