2009-10-19 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Microsoft.JScript / Makefile
blob0a06ce38c1d2c21886c25390dbbd5699bc02b1a6
1 thisdir = class/Microsoft.JScript
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Microsoft.JScript.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:Microsoft.Vsa.dll -debug+
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
10 include ../../build/library.make