[Mono-bugs] [Bug 62669][Wis] New - /addmodule not functioning or documented

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Aug 2004 12:35:18 -0400 (EDT)


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 colin@breame.com.

http://bugzilla.ximian.com/show_bug.cgi?id=62669

--- shadow/62669	2004-08-07 12:35:18.000000000 -0400
+++ shadow/62669.tmp.4208	2004-08-07 12:35:18.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 62669
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: Windows XP
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: colin@breame.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: /addmodule not functioning or documented
+
+the /addmodule (-addmodule) switch is missing from the output of mcs --help.
+
+After compiling some files into a module, and using that module in a
+subsequent compilation (e.g. mcs -addmodule:mymod test.cs), the classes in
+the module don't appear to be picked up. e.g. references in test.cs to
+classes in mymod are not recognised (error CS0246).