From c0da57fbb6568803c0bb99b2654debaecc6a2654 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 16 Dec 2004 10:43:03 +0000 Subject: [PATCH] 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 --- cli_ure/source/basetypes/makefile.mk | 6 +++--- 1 file 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 \