> Does the mcs complier support the various command line switches of the > csc compiler such as /t:library, /r:AnotherLib.dll - if so where can > I find the relevant docs on these switches (can you build a library, > or module type file).
Type "mcs --help" to get a list of supported switches. My wild guess is /t:library <=> --target library /r:some.dll <=> -r some.dll bye -- Stefan Matthias Aust // www.3plus4software.de // Inter Deum Et Diabolum Semper Musica Est _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
