2005-08-24 Sebastien Pouliot <sebastien@ximian.com>
[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
7
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
9
10 include ../../build/library.make