[Mono-list] Some ideas for dotgnu.

Miguel de Icaza miguel@ximian.com
03 Feb 2003 03:33:46 -0500


Hello,

> On Wed, 2003-01-22 at 16:40, Erik B=E5gfors wrote:
> >   -gtk               Link against the Gtk# libraries
> >   -gnome             Link against the Gnome# libraries
>=20
> 	It would be nice if whatever the libraries are called (assemblies?) had
> dependency information of some sort; thus one could do simply:
>=20
> 	mcs -r gnome-sharp.dll foo.cs
>=20
> 	Instead of adding an unfeasibly verbose set of ~7 other libraries on
> that link line. Is that reasonable / feasible ?

It is now implemented on CVS.

You only need to do now:

	mcs -r gnome-sharp foo.cs

MCS will now enter all the types from assemblies referenced by the main
one.

Miguel.