2007-11-16 Gert Driesen * mjs.cs: Added support for /warn option. Ignore /target:exe, and report errors for /target:library and invalid targets. 2006-01-11 Evan Briones * mjs.cs: Fixed out by adding SetOption to the compiler engine. 2006-01-08 Cesar Lopez Nataren * mjs.cs: Add support for nostdlib, out, pkg and reference. 2005-09-13 Cesar Lopez Nataren * mjs.cs: Add support for flags parsing. 2005-02-14 Cesar Lopez Nataren * Added this file. * Makefile: add reference to Microsoft.Vsa. * mjs.cs (Main): As we can't directly create a Context outside of Microsoft.JScript, we use the VsaEngine to add the code items and after that guide the compilation, added method GetCodeFromFile. Added class MonoEngineSite.