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

bugzilla-daemon@indri.ximian.com bugzilla-daemon@indri.ximian.com
Mon, 11 Aug 2003 21:36:37 -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 duncan@ximian.com.

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

--- shadow/47539	2003-08-11 21:36:37.000000000 -0400
+++ shadow/47539.tmp.2367	2003-08-11 21:36:37.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 47539
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+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.