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