[Mono-bugs] [Bug 56828][Wis] Changed - [PATCH] mcs does not pre-load same assemblies than csc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Apr 2004 11:53:24 -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 gonzalo@ximian.com.

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

--- shadow/56828	2004-04-13 11:33:44.000000000 -0400
+++ shadow/56828.tmp.31249	2004-04-13 11:53:24.000000000 -0400
@@ -62,6 +62,11 @@
 ------- Additional Comments From gert.driesen@pandora.be  2004-04-13 11:33 -------
 For cases where compile performance is crucial, you can always 
 specify the /noconfig option for mcs, and explicitly pass the list of 
 reference assemblies.
 
 Miguel, can you please reconsider applying this patch ?
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-13 11:53 -------
+Btw, I wouldn't reapply the patch, but use a mcs.rsp file in /etc/mono
+and unless /noconfig is passed, inject a @/etc/mono/mcs.rsp before all
+other parameters.