Merge pull request #205 from m3rlinez/master
[mono.git] / mcs / class / System.Data.Services.Client / Makefile
1 thisdir = class/System.Data.Services.Client
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Services.Client.dll
6
7 Client/System.Data.Services.Client.resources: Client/System.Data.Services.Client.txt
8         $(RESGEN) "$<" "$@"
9
10 LIB_MCS_FLAGS = \
11         -d:NET_3_5      \
12         -r:System.dll \
13         -r:System.Core.dll \
14         -r:System.Xml.Linq.dll \
15         -r:System.Data.dll \
16         -r:System.Xml.dll \
17         -resource:Client/System.Data.Services.Client.resources \
18         -warn:2
19
20 ifneq (2.1, $(FRAMEWORK_VERSION))
21 LIB_MCS_FLAGS += -r:WindowsBase
22 endif
23
24 include ../../build/library.make
25
26 $(the_lib): Client/System.Data.Services.Client.resources
27
28 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt
29 CLEAN_FILES += Client/System.Data.Services.Client.resources