Don't reference WindowsBase in the mobile profiles.
[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 LIB_MCS_FLAGS = \
8         -d:NET_3_5      \
9         -r:System.dll \
10         -r:System.Core.dll \
11         -r:System.Xml.Linq.dll \
12         -r:System.Data.dll \
13         -r:System.Xml.dll \
14         -warn:2
15
16 ifneq (2.1, $(FRAMEWORK_VERSION))
17 LIB_MCS_FLAGS += -r:WindowsBase
18 endif
19
20 include ../../build/library.make