[Mono-dev] library vs module

Jon Shemitz Jon.Shemitz at access-company.com
Tue Jul 14 20:00:28 EDT 2009


Thanks - someone sent me that privately, and it did the trick.

Perhaps `gmcs --help` could explain this better. It gave me the strong
impression that all options came before all file names.

-----Original Message-----
From: Stefanos A. [mailto:stapostol at gmail.com] 
Sent: Tuesday, July 14, 2009 4:59 PM
To: Jon Shemitz
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] library vs module

On Tue, 2009-07-14 at 16:40 -0700, Jon Shemitz wrote:

> It looks like I want to build A.cs to a module, then somehow build the
> library from B.cs and the A.netmodule, but I can't seem to figure out
> the gmcs command line syntax.

Try this: gmcs A.cs B.cs /out:Foo.dll




More information about the Mono-devel-list mailing list