[Mono-dev] [PATCH] mcs.exe rsp file support
Miguel de Icaza
miguel at ximian.com
Wed Aug 31 00:16:01 EDT 2005
> 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
More information about the Mono-devel-list
mailing list