* Mono.Posix.dll.sources: Rename Mono.Posix to Mono.Unix.
[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
6
7 ifeq (net_2_0, $(PROFILE))
8 PROGRAM = wsdl2.exe
9 else
10 PROGRAM = wsdl.exe
11 endif
12
13 include ../../build/executable.make