Bugzilla – Bug 312701
[PATCH] mcs is less strict about /r: than csc
Last modified: 2011-01-21 15:29:03 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".
This is mcs enhancement compare to csc