[Mono-devel-list] compile several cs file

Jörg Rosenkranz joergr at voelcker.com
Tue Feb 24 03:28:39 EST 2004


Hello Sonex,

> Can we Compile several *.cs file into one Dll only,
> if we can , How ? 

Simply put them all on the command line:
mcs -out:MyTestLib.dll -target:library source1.cs source2.cs source3.cs

Joerg.



More information about the Mono-devel-list mailing list