[Mono-bugs] [Bug 47539][Min] Changed - mcs is less strict about /r: than csc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 01:55:27 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/47539	2003-08-11 21:36:37.000000000 -0400
+++ shadow/47539.tmp.14268	2003-12-24 01:55:27.000000000 -0500
@@ -1,27 +1,32 @@
 Bug#: 47539
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
-Component: Misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: duncan@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: mcs is less strict about /r: than csc
 
 Mono.Cairo didn't build with csc because it was doing a 
 
     /r:System.Drawing
 
 In order to have it build with csc, we need it to be
 
     /r:System.Drawing.dll
 
 This is a compatibility bug with csc.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 01:55 -------
+This is really easy to fix, the question is: might we break existing
+stuff?
+
+Miguel?