summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:43:03 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:43:03 +0000
commitc0da57fbb6568803c0bb99b2654debaecc6a2654 (patch)
tree82244dfbb73dd6e3d0c83fafc507f80242213250 /cli_ure
parent20ada4e0a038cf019fbbe9a23e57ae0ed96ab713 (diff)
INTEGRATION: CWS jl15 (1.2.6); FILE MERGED
2004/11/30 16:13:32 jl 1.2.6.1: #i35985 use CSC macro in makefiles rather then csc
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/source/basetypes/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/source/basetypes/makefile.mk b/cli_ure/source/basetypes/makefile.mk
index 262ff268cb8c..83dcd7c1b738 100644
--- a/cli_ure/source/basetypes/makefile.mk
+++ b/cli_ure/source/basetypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2004-09-20 14:35:24 $
+# last change: $Author: kz $ $Date: 2004-12-16 11:43:03 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -111,7 +111,7 @@ $(ASSEMBLY_ATTRIBUTES) .PHONY :
>> $@
$(OUT)$/bin$/cli_basetypes.dll : $(CSFILES)
- +$(WRAPCMD) csc $(CSCFLAGS) \
+ +$(CSC) $(CSCFLAGS) \
-target:library \
-out:$@ \
-reference:System.dll \