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:stapos...@gmail.com] 
Sent: Tuesday, July 14, 2009 4:59 PM
To: Jon Shemitz
Cc: mono-devel-list@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


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to