(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Web.Services / Makefile
blobb32a48b17722db1fcf5f611c46a938bfac03a072
1 thisdir = class/System.Web.Services
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.Services.dll
6 LIB_MCS_FLAGS = \
7 /nowarn:649 /nowarn:169 \
8 /r:$(corlib) \
9 /r:System.dll \
10 /r:System.EnterpriseServices.dll \
11 /r:System.Xml.dll \
12 /r:System.Web.dll
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
15 include ../../build/library.make