[Mono-bugs] [Bug 52760][Wis] Changed - use mcs as a library for compilation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 18 Jan 2004 16:06:07 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/52760	2004-01-12 09:13:27.000000000 -0500
+++ shadow/52760.tmp.916	2004-01-18 16:06:07.000000000 -0500
@@ -21,6 +21,15 @@
 loading issues and offer a performance improvement.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-01-12 09:13 -------
 Ok, basically, the only problem will be making MCS reset its static 
 data. Maybe it needs to run in an app domain so it has its own static 
 data?
+
+------- Additional Comments From miguel@ximian.com  2004-01-18 16:06 -------
+We need the Assembly.LoadFrom (string filename) to work before we get
+this to work.
+
+An alternative hack (which I do not quite like) is to rename mcs.exe
+to mcs.dll, and install that as a library, and have a script call it.
+
+