2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[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:System.Drawing.dll \
7     /r:System.Windows.Forms.dll /r:Microsoft.Vsa.dll
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 include ../../build/library.make