befed69def888579578b8f6a8ca49aa3cf1e7b48
[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 LIB_MCS_FLAGS =
8
9 NO_TEST = yes
10
11 ifeq (2.0, $(FRAMEWORK_VERSION))
12 # This is a .NET 3.5 only assembly, but built during the 2.0 build
13 LIB_MCS_FLAGS += -d:NET_3_5
14 endif
15
16 include ../../build/library.make