786c81885f058917cf44cce45d1416c33a07b8ea
[mono.git] / mcs / tools / wsdl / Makefile
1 thisdir = tools/wsdl
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = -r:System.Xml.dll -r:System.Web.Services.dll -r:System.dll
6
7 PROGRAM = wsdl.exe
8
9 CLEAN_FILES = wsdl.exe wsdl2.exe *.mdb
10
11 include ../../build/executable.make
12