thisdir = class/Microsoft.JScript
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Microsoft.JScript.dll
LIB_MCS_FLAGS = /r:System.dll /r:System.Drawing.dll \
    /r:System.Windows.Forms.dll /r:Microsoft.Vsa.dll

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

include ../../build/library.make
