set svn:eol-style to native and converted several files to unix line ending
[mono.git] / mcs / class / Microsoft.JScript / Makefile
1 thisdir = class/Microsoft.JScript
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Microsoft.JScript.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:Microsoft.Vsa.dll -debug+
7
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9
10 include ../../build/library.make