[mono-vb] Whats Mono.GetOptions

Rodrigo B. de Oliveira rbo@acm.org
Thu, 4 Nov 2004 19:34:12 -0200


BTW, does the VS.NET license even allows one to write compilers with it?

I remember reading the Visual C++ once and it expressly prohibited writing 
competing products (including compilers).

"Just because you are paranoid doesn't mean they are not after you" Kurt 
Cobain.

cheers,
Rodrigo


----- Original Message ----- 
From: "Rafael Teixeira" <monoman@gmail.com>
To: "Muhammad Abubakar" <abubakarm@gmail.com>
Cc: <mono-vb@lists.ximian.com>
Sent: Wednesday, November 03, 2004 10:01 AM
Subject: Re: [mono-vb] Whats Mono.GetOptions


> Mono.GetOptions is a managed library that mbas depends on. It does
> command-line option parsing. If you are going to work using VS.NET
> just grab a copy and reference it.
>
> If you want you can compile it from sources, it's in the
> /mcs/class/Mono.GetOptions directory.
>
> We don't normally develop any part of mono in VS.NET anymore, so the
> solution files that may be found are totally obsolete and should not
> be used. Look at the makefiles and response-files to really know what
> is needed for a successfull compilation and execution of the compiler.
>
> Regards,
>