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:
parent
20ada4e0a0
commit
c0da57fbb6
1 changed files with 3 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue