2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web.Services / Makefile
1 thisdir = class/System.Web.Services
2 SUBDIRS = 
3 include ../../build/rules.make
4
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) -nowarn:618
14
15 include ../../build/library.make