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
This commit is contained in:
Kurt Zenker 2004-12-16 10:43:03 +00:00
parent 20ada4e0a0
commit c0da57fbb6

View file

@ -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 \