Bug 312701 (MONO47539) - [PATCH] mcs is less strict about /r: than csc
Summary: [PATCH] mcs is less strict about /r: than csc
Status: RESOLVED FEATURE
Alias: MONO47539
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Marek Safar
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-12 04:36 UTC by Duncan Mak
Modified: 2011-01-21 15:29 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Fix for /r option (419 bytes, patch)
2006-03-15 12:21 UTC, Thomas Wiest
Details | Diff
Fix for /bugreport in Mono (105.17 KB, patch)
2006-03-15 12:22 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:14:10 UTC


---- Reported by duncan@ximian.com 2003-08-11 21:36:36 MST ----

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:26 MST ----

This is really easy to fix, the question is: might we break existing
stuff?

Miguel?



---- Additional Comments From sridharkulkarni@msn.com 2006-03-15 05:21:55 MST ----

Created an attachment (id=164865)
Fix for /r option




---- Additional Comments From sridharkulkarni@msn.com 2006-03-15 05:22:46 MST ----

Created an attachment (id=164866)
Fix for /bugreport in Mono




---- Additional Comments From sridharkulkarni@msn.com 2006-03-15 05:23:36 MST ----

Fix for /bugreport option for mono compiler and fix for bug no 47531



---- Additional Comments From bmaurer@users.sf.net 2006-03-15 15:58:10 MST ----

You don't close the bug when you post a patch.

Imported an attachment (id=164865)
Imported an attachment (id=164866)

Unknown operating system unknown. Setting to default OS "Other".

Comment 1 Marek Safar 2011-01-21 15:29:03 UTC
This is mcs enhancement compare to csc