Kaydet (Commit) c0da57fb authored tarafından Kurt Zenker's avatar Kurt Zenker

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
üst 20ada4e0
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -111,7 +111,7 @@ $(ASSEMBLY_ATTRIBUTES) .PHONY : ...@@ -111,7 +111,7 @@ $(ASSEMBLY_ATTRIBUTES) .PHONY :
>> $@ >> $@
$(OUT)$/bin$/cli_basetypes.dll : $(CSFILES) $(OUT)$/bin$/cli_basetypes.dll : $(CSFILES)
+$(WRAPCMD) csc $(CSCFLAGS) \ +$(CSC) $(CSCFLAGS) \
-target:library \ -target:library \
-out:$@ \ -out:$@ \
-reference:System.dll \ -reference:System.dll \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment