summaryrefslogtreecommitdiff
path: root/cli_ure/source/ure
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 16:57:56 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 16:57:56 +0000
commite09e9affdafe65c49fc1af0a21b89bf05274e228 (patch)
tree8bdab4832777f663179029f4fb4a86ddb81e5346 /cli_ure/source/ure
parent3c65e2b8d19b78337b7f2c0ad077e3db138df7b4 (diff)
INTEGRATION: CWS ooo20031110 (1.6.4); FILE MERGED
2003/12/01 14:21:46 mh 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED 2003/10/20 14:49:42 vq 1.6.4.1: #21441 Add a missing $(WRAPCMD) and teach guw.pl some special csc switches.
Diffstat (limited to 'cli_ure/source/ure')
-rw-r--r--cli_ure/source/ure/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/ure/makefile.mk b/cli_ure/source/ure/makefile.mk
index ec80ca5af0db..b602618fa537 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.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2003-10-06 13:06:24 $
+# last change: $Author: rt $ $Date: 2003-12-01 17:57:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -90,7 +90,7 @@ $(OUT)$/bin$/cli_ure.dll : $(CSFILES) $(OUT)$/bin$/cli_types.dll
[assembly:System.Reflection.AssemblyCompany( "Sun Microsystems, Inc." )] \
[assembly:System.Reflection.AssemblyCopyright( "2003" )] \
> $(OUT)$/misc$/assembly.cs
- +csc $(CSCFLAGS) \
+ +$(WRAPCMD) csc $(CSCFLAGS) \
-target:library \
-out:$@ \
-reference:$(OUT)$/bin$/cli_types.dll \