[sgen] Clear the card table in the finishing pause
[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 PROGRAM = svcutil.exe
12
13 include ../../build/executable.make