From 2f3bb9d7f0c54431865eb9bd039c8fc9b412c770 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9sar=20Natar=C3=A9n?= Date: Tue, 22 Feb 2005 19:28:04 +0000 Subject: [PATCH] delete building instructions as M.J.dll gets build by default svn path=/trunk/mcs/; revision=41059 --- .../Microsoft.JScript/Microsoft.JScript/README | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/mcs/class/Microsoft.JScript/Microsoft.JScript/README b/mcs/class/Microsoft.JScript/Microsoft.JScript/README index 4dd7303eeec..46060065c7f 100644 --- a/mcs/class/Microsoft.JScript/Microsoft.JScript/README +++ b/mcs/class/Microsoft.JScript/Microsoft.JScript/README @@ -22,24 +22,6 @@ want to hack on the parser: - Add the extensions from MS, like classes, interfaces, etc. -If you want to build and install Microsoft.JScript.dll simply do a 'make install' at -mcs/class/Microsoft.JScript - -If you wanna build mjs (the ECMAScript compiler), do: - - mcs -r:Microsoft.JScript.dll driver.cs - - -Copy mjs.exe to $(PREFIX)/lib/mono/1.0/ - -And copy a shell script named mjs to your PATH, containing: - -#!/bin/sh -exec $(PREFIX)/bin/mono $(PREFIX)/lib/mono/1.0/mjs.exe "$@" - -Don't forget to give execution permission to it. - - - AST - ASTList - ArrayLiteral -- 2.25.1