2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System.Data.Services / Makefile
blobdb307f0e67acc4f64e697c2fa5a9bc50ee84033a
1 thisdir = class/System.Data.Services
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Data.Services.dll
7 LIBRARY_SNK = ../mono.snk
8 LIBRARY_PACKAGE = none
10 LIB_MCS_FLAGS = \
11 -d:NET_3_5 \
12 -r:System.dll \
13 -r:System.Core.dll \
14 -r:System.ServiceModel.dll \
15 -r:System.ServiceModel.Web.dll \
16 -keyfile:$(LIBRARY_SNK)
18 include ../../build/library.make