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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Apr 2004 05:30:05 -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-12 05:19:21.000000000 -0400
+++ shadow/56828.tmp.11502	2004-04-12 05:30:05.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 56828
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,10 @@
 I attached a patch that "corrects" this.
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-04-12 05:19 -------
 Created an attachment (id=7316)
 patch for preloading same assemblies than csc
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-04-12 05:30 -------
+Btw, csc uses a file called csc.rsp with a set of command line options
+that are loaded for every compilation unless /noconfig is specified.