[Mono-dev] library vs module

2009-07-14 Thread Jon Shemitz
Another one of those VS hides the details questions: I'm trying to build a library from A.cs and B.cs, where B.cs uses types from A.cs. 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

Re: [Mono-dev] library vs module

2009-07-14 Thread Stefanos A.
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

Re: [Mono-dev] library vs module

2009-07-14 Thread Jon Shemitz
: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

Re: [Mono-dev] library vs module

2009-07-14 Thread Alan McGovern
. 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