summaryrefslogtreecommitdiff
path: root/cli_ure/source/ure
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:43:27 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:43:27 +0000
commite057eadf627186a66f5d58e9be04387f4d38ebe9 (patch)
tree6456a2f652f27f029546cdb5ddf3ef3e89b87eb2 /cli_ure/source/ure
parenta3a2008e7cd96f5ba645004665f63a7d856afba1 (diff)
INTEGRATION: CWS jl15 (1.10.12); FILE MERGED
2004/11/30 16:13:33 jl 1.10.12.1: #i35985 use CSC macro in makefiles rather then csc
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 bb960ad0f6f2..286a41c1e799 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.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2004-07-12 13:06:23 $
+# last change: $Author: kz $ $Date: 2004-12-16 11:43:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,7 +105,7 @@ $(ASSEMBLY_ATTRIBUTES) .PHONY :
>> $@
$(OUT)$/bin$/cli_ure.dll : $(CSFILES) $(OUT)$/bin$/cli_types.dll
- +$(WRAPCMD) csc $(CSCFLAGS) \
+ +$(CSC) $(CSCFLAGS) \
-target:library \
-out:$@ \
-reference:$(OUT)$/bin$/cli_types.dll \