summaryrefslogtreecommitdiff
path: root/cli_ure/unotypes
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 13:38:59 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 13:38:59 +0000
commitf607b16501cd19164ea9321fcf6143d1d2a673b8 (patch)
tree7e12faec98f5a7dfb4dde1e1cb13dfbdb9a6d67f /cli_ure/unotypes
parentc4b1d867be96b86bf6aeb4bf1c6f1ed02bd42854 (diff)
INTEGRATION: CWS jl12 (1.8.8); FILE MERGED
2004/08/20 12:45:55 jl 1.8.8.1: #33102# changed version
Diffstat (limited to 'cli_ure/unotypes')
-rw-r--r--cli_ure/unotypes/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index 0e0b0727bc5d..2d9bbb8d7fed 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: rt $ $Date: 2004-07-12 13:06:38 $
+# last change: $Author: rt $ $Date: 2004-09-20 14:38:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,11 +86,14 @@ $(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-version "1.1.0.0" \
--assembly-description "This assembly contains metadata for the StarOffice/OpenOffice.org API." \
--assembly-company "OpenOffice.org" \
$(SOLARBINDIR)$/types_doc.rdb
# --assembly-copyright "2003" \
+#Version changes
+#incompatible change from 1.0.0.0 -> 1.1.0.0
+
.ENDIF