2007-11-16  Gert Driesen  <drieseng@users.sourceforge.net>

	* mjs.cs: Added support for /warn option. Ignore /target:exe, and
	report errors for /target:library and invalid targets.

2006-01-11 Evan Briones <evan@evanbriones.com>
	
	* mjs.cs: Fixed out by adding SetOption to the compiler engine.

2006-01-08  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs.cs: Add support for nostdlib, out, pkg and reference.

2005-09-13  Cesar Lopez Nataren  <cnataren@novell.com>

	* mjs.cs: Add support for flags parsing.

2005-02-14  Cesar Lopez Nataren  <cnataren@novell.com>

	* 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.

