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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
