[Mono-bugs] [Bug 47539][Min] New - mcs is less strict about /r:
than csc
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 15 05:21:55 EST 2006
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 sridharkulkarni at msn.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47539
--- shadow/47539 2006-03-15 05:21:55.000000000 -0500
+++ shadow/47539.tmp.16790 2006-03-15 05:21:55.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 47539
+Product: Mono: Compilers
+Version: unspecified
+OS: unknown
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: duncan at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+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 at users.sf.net 2003-12-24 01:55 -------
+This is really easy to fix, the question is: might we break existing
+stuff?
+
+Miguel?
+
+------- Additional Comments From sridharkulkarni at msn.com 2006-03-15 05:21 -------
+Created an attachment (id=16620)
+Fix for /r option
+
More information about the mono-bugs
mailing list