Merge pull request #5313 from lambdageek/corefx-sre-fixup
[mono.git] / mcs / class / System.Data.Linq / src / DbLinq / System.Data.Linq / Makefile
1 thisdir = class/System.Data.Linq
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Data.Linq.dll
6 LIB_REFS = System System.Core System.Data System.Transactions System.Xml
7 KEYFILE = ../ecma.pub
8 LIB_MCS_FLAGS =
9
10 NO_TEST = yes
11
12 ifeq (2.0, $(FRAMEWORK_VERSION))
13 # This is a .NET 3.5 only assembly, but built during the 2.0 build
14 LIB_MCS_FLAGS += -d:NET_3_5
15 endif
16
17 include ../../build/library.make