ChangeLog: Updated.
[mono.git] / mcs / class / System.Web / makefile
1 thisdir = class/System.Web
2 SUBDIRS = Test
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.dll
6 LIB_MCS_FLAGS = \
7         /nowarn:649     \
8         /r:$(corlib)                    \
9         /r:System.dll                   \
10         /r:System.Drawing.dll           \
11         /r:System.Data.dll              \
12         /r:System.Xml.dll               \
13         /r:System.EnterpriseServices.dll
14 HAS_TEST = yes
15
16 include ../../build/library.make