WIP [library.make] Make resource usage declarative in the class libraries (#3159)
[mono-project.git] / mcs / class / System.Data.Services.Client / Makefile
blobf635e808fc329658af874cfc435ce89e38f985b1
1 thisdir = class/System.Data.Services.Client
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Data.Services.Client.dll
7 RESOURCE_DEFS = System.Data.Services.Client,Client/System.Data.Services.Client.txt
9 LIB_REFS = System System.Core System.Xml.Linq System.Data System.Xml
10 LIB_MCS_FLAGS = \
11 -d:NET_3_5 \
12 -warn:2
14 ifndef NO_WINDOWS_BASE
15 ifneq (2.1, $(FRAMEWORK_VERSION))
16 LIB_REFS += WindowsBase
17 endif
18 endif
20 include ../../build/library.make
22 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt