cf174fe39794ccb28d2282f4c16f50d258cea44d
[mono.git] / mcs / tools / svcutil / Makefile
1 thisdir = tools/svcutil
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LOCAL_MCS_FLAGS = \
6         -r:System.Core.dll \
7         -r:System.Runtime.Serialization.dll \
8         -r:System.ServiceModel.dll \
9         -r:System.Web.Services.dll \
10         -r:System.Configuration.dll \
11         -r:System.dll \
12         -r:System.Xml.dll
13         
14 PROGRAM = svcutil.exe
15
16 include ../../build/executable.make