"Jaroslaw Kowalski" <[EMAIL PROTECTED]> writes: > Would it be possible to create a separate CVS module (monotools???) and move > the tools (maybe also monodoc, debugger, xsp, etc.) there?
Well, the debugger is already in its own module `debugger' - or do you mean the symbol writer in Mono.CSharp.Debugger ? The symbol writer needs to be in Mono.CSharp.Debugger because it's basically a part of the compiler and must always be installed together with the compiler. > We would have the following build procedure: > > - build mcs and mono > - install mcs and mono > - (optional) build and install gtk-sharp > - (optional) build and install tools Yeah, that'd make sense. -- Martin Baulig [EMAIL PROTECTED] [EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
