[Mono-list] Help regarding compiler
EBRAHIMI,NIMA
nimaeb@ucla.edu
Mon, 20 Oct 2003 17:11:14 -0700
Hello
I need a little help with the compiler. There's a command in the Windows C#
called "Assembly Generation Tool", al.exe. This is what it does:
al /out:composite.dll A.dll B.dll C.dll and etc.
basically it integrates all the dll files into a SINGLE dll file. How can I
achieve the same thing in MONO?
Does such a thing work:
mcs /target:library file1.dll file2.dll file3.dll /out:singlefile.dll
Please help.
Thank you very much
Regards,
Nima