Take stars out of types where they make more sense.
[mono-project.git] / mcs / class / System.Data.Services.Client / Makefile
blob73c724a151c04a5ff84f287462d61df0dbd9945c
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 KEYFILE = ../ecma.pub
11 LIB_MCS_FLAGS = \
12 -d:NET_3_5 \
13 -warn:2
15 ifndef NO_WINDOWS_BASE
16 ifneq (2.1, $(FRAMEWORK_VERSION))
17 LIB_REFS += WindowsBase
18 endif
19 endif
21 include ../../build/library.make
23 EXTRA_DISTFILES = Client/System.Data.Services.Client.txt