From 6a597bf07166cf77fa86f0b0e86e807025e31efa Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 16 Dec 2004 10:43:49 +0000 Subject: INTEGRATION: CWS jl15 (1.2.14); FILE MERGED 2004/11/30 16:13:34 jl 1.2.14.1: #i35985 use CSC macro in makefiles rather then csc --- cli_ure/workbench/dynload/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cli_ure') diff --git a/cli_ure/workbench/dynload/makefile.mk b/cli_ure/workbench/dynload/makefile.mk index 9839ca8c1bd2..280817944e19 100644 --- a/cli_ure/workbench/dynload/makefile.mk +++ b/cli_ure/workbench/dynload/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-07-12 13:07:02 $ +# last change: $Author: kz $ $Date: 2004-12-16 11:43:49 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,7 @@ CSFILES = \ dynload.cs $(OUT)$/bin$/dynload.exe : $(CSFILES) - csc $(CSCFLAGS) \ + +$(CSC) $(CSCFLAGS) \ -target:exe \ -out:$@ \ -reference:$(OUT)$/bin$/cli_ure.dll \ -- cgit