Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78117 --- shadow/78117 2006-04-15 08:46:17.000000000 -0400 +++ shadow/78117.tmp.5795 2006-04-15 08:46:17.000000000 -0400 @@ -0,0 +1,36 @@ +Bug#: 78117 +Product: Mono: Compilers +Version: 1.1 +OS: +OS Details: Windows XP SP2 +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: IL assembler +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Mono ilasm does not generate modules + +Please fill in this template when reporting a bug, unless you know what you +are doing. +Description of Problem: +Microsoft ilasm generates modules when given the /dll option, and +assemblies when given the /exe option. Mono ilasm generates assemblies for +both of these, making multi-module assemblies impossible. + +Steps to reproduce the problem: +1. Compile any IL file with ilasm /dll /OUT=file.dll file.il + +Actual Results: +An assembly is generated. + +Expected Results: +A module should be generated. + +How often does this happen? +Always. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
