[Mono-bugs] [Bug 62669][Wis] Changed - /addmodule not functioning or documented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 7 Aug 2004 20:58:32 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62669
--- shadow/62669 2004-08-07 12:35:18.000000000 -0400
+++ shadow/62669.tmp.6066 2004-08-07 20:58:32.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 62669
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows XP
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: colin@breame.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -19,6 +19,9 @@
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).
+
+------- Additional Comments From miguel@ximian.com 2004-08-07 20:58 -------
+I added -addmodule to the help screen.