[Mono-list] Mono C# compiler command line options.

Dick Porter dick@ximian.com
12 Jul 2002 15:41:08 +0100


On Fri, 2002-07-12 at 15:25, Richard Torkar wrote:
> On Fri, 2002-07-12 at 11:09, Dick Porter wrote:
> > Wouldnt it be easier (and more deterministic) to pick which argument
> > style to use based on the c# equivalent of argv[0]?
> > 
> 
> Wouldn't that then break the default csc behaviour?
> I know some project depend on that, e.g. Eclipse's C-sharp plugin.

The idea is that if the binary is called "csc", it speaks csc (ie /blah)
options, and if its called "mcs" it does sensible options.  Then to get
csc behaviour we just install a link to mcs under the csc name.

- Dick