[Mono-devel-list] The standrad set of .dlls (the implicitly included ones)

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Aug 5 10:39:41 EDT 2004


El jue, 05-08-2004 a las 07:18, Mads Lindstrøm escribió:
> Hawdee
> 
> How do one get the standard set of .dlls? That is, the ones which it
> is _not_ necessary to include (with -r) when compiling programs.
> 
> In MS .net I suspect one could use some fusion stuff. Would this also
> work in Mono?
> 
> However, fusion seems to be complicated and not that well
> documented. Are there any easier ways?
> 
> If fusion works in Mono, do anybody have some nice documentation /
> examples?

There's a csc.rsp file somewhere in your system. The options in that
file are included whenever you compile with csc except when /noconfig
option is passed.

If you want the same behaviour for mcs, just copy that file over and
modify the script that runs mcs to add that response file.

-Gonzalo




More information about the Mono-devel-list mailing list