summaryrefslogtreecommitdiff
path: root/cli_ure/source/ure
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-06 12:06:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-06 12:06:24 +0000
commit3526f6ac330a1c25bfe3ce78860c044399e2b0a8 (patch)
treed5a70f26c6f42e68f8912deadc2fe1d0244c594e /cli_ure/source/ure
parentea9fbf6120a0c3e739c8678c7a741909499326aa (diff)
INTEGRATION: CWS unopkg (1.6.2); FILE MERGED
2003/09/26 12:45:14 dbo 1.6.2.1: changed attributes
Diffstat (limited to 'cli_ure/source/ure')
-rw-r--r--cli_ure/source/ure/makefile.mk13
1 files changed, 9 insertions, 4 deletions
diff --git a/cli_ure/source/ure/makefile.mk b/cli_ure/source/ure/makefile.mk
index 98a730489db1..ec80ca5af0db 100644
--- a/cli_ure/source/ure/makefile.mk
+++ b/cli_ure/source/ure/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: dbo $ $Date: 2003-08-20 12:53:22 $
+# last change: $Author: vg $ $Date: 2003-10-06 13:06:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,18 +78,23 @@ ALLTAR : \
$(OUT)$/bin$/cli_ure.dll
CSFILES = \
- assembly.cs \
uno$/util$/DisposeGuard.cs \
uno$/util$/WeakAdapter.cs \
uno$/util$/WeakBase.cs \
uno$/util$/WeakComponentBase.cs \
$(OUT)$/bin$/cli_ure.dll : $(CSFILES) $(OUT)$/bin$/cli_types.dll
+ +echo \
+[assembly:System.Reflection.AssemblyVersion( "3.2.0.0" )] \
+[assembly:System.Reflection.AssemblyDescription( "CLI-UNO Runtime Library" )] \
+[assembly:System.Reflection.AssemblyCompany( "Sun Microsystems, Inc." )] \
+[assembly:System.Reflection.AssemblyCopyright( "2003" )] \
+ > $(OUT)$/misc$/assembly.cs
+csc $(CSCFLAGS) \
-target:library \
-out:$@ \
-reference:$(OUT)$/bin$/cli_types.dll \
-reference:System.dll \
- $(CSFILES)
+ $(CSFILES) $(OUT)$/misc$/assembly.cs
.ENDIF