(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tools / wsdl / Makefile
blob537676f48368b4ab73f51b7712c9337ea9c044d1
1 thisdir = tools/wsdl
2 SUBDIRS =
3 include ../../build/rules.make
5 LOCAL_MCS_FLAGS = /r:System.Xml.dll /r:System.Web.Services.dll
7 ifeq (net_2_0, $(PROFILE))
8 PROGRAM = wsdl2.exe
9 else
10 PROGRAM = wsdl.exe
11 endif
13 include ../../build/executable.make