[Mono-devel-list] Basic compiler and command line options.

Miguel de Icaza miguel at novell.com
Sun Aug 8 09:07:09 EDT 2004


Hello,

   Today mbas uses Mono.GetOptions to parse its options, but I would not
like to advertise the use of --options in general, since those will not
work across if you try to use them on the Microsoft compiler.

   I would like to encourage the usage to be compatible, so something
like this:

	-nowarn
	-resource:FILE

   Instead of:

	--nowarn
	--resource:FILE

Miguel.



More information about the Mono-devel-list mailing list