diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:06:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:06:42 +0000 |
commit | 99cd6f4ae0b20381917fe8c87e03ab72858d98cb (patch) | |
tree | 41a2b3f10922f1af39a0bcfa03ade9bb2f481e7e /cli_ure | |
parent | 3ebd7422aace45d533b28f9fec199640600f8d80 (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')
-rw-r--r-- | cli_ure/unotypes/makefile.mk | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk index 7920eecb4..2dd33a9d6 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 |