> IMHO those people who really care about performance should use
> /noconfig (that's exactly the same behavior that csc does as
> well as Peter's patch does). It could be also used to build
> mscorlib, System and System.Xml dlls.
> 
> Or at least we could provide something like /rsp to enable rsp file
> which is much easier than typing -r:System.Drawing.dll
> -r:System.Windows.Forms.dll -r:System.Data.dll
> -r:System.Runtime.Remoting.dll
> -r:System.Runtime.Serialization.Formatters.Soap.dll manually.

As I suggested, we can have a .pc file that contains libraries like
winforms:

        mcs -pkg:winforms

Or you could have mcs -pkg:rsp with all the assemblies.

Miguel
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to