2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / mjs / ChangeLog
blob8a00f1e7a298c1f30b691e0eb076a908c757ee78
1 2007-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
3         * mjs.cs: Added support for /warn option. Ignore /target:exe, and
4         report errors for /target:library and invalid targets.
6 2006-01-11 Evan Briones <evan@evanbriones.com>
7         
8         * mjs.cs: Fixed out by adding SetOption to the compiler engine.
10 2006-01-08  Cesar Lopez Nataren  <cnataren@novell.com>
12         * mjs.cs: Add support for nostdlib, out, pkg and reference.
14 2005-09-13  Cesar Lopez Nataren  <cnataren@novell.com>
16         * mjs.cs: Add support for flags parsing.
18 2005-02-14  Cesar Lopez Nataren  <cnataren@novell.com>
20         * Added this file.
21         
22         * Makefile: add reference to Microsoft.Vsa.
23         * mjs.cs (Main): As we can't directly create a Context outside of
24         Microsoft.JScript, we use the VsaEngine to add the code items and
25         after that guide the compilation, added method
26         GetCodeFromFile. Added class MonoEngineSite.