New test.
[mono.git] / mcs / class / 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_MCS_FLAGS = \
7                 /r:System.dll \
8                 /r:System.Core.dll \
9                 /r:System.Data.dll \
10                 /r:System.Transactions.dll \
11                 /r:System.Xml.dll \
12
13 NO_TEST = yes
14
15 ifeq (2.0, $(FRAMEWORK_VERSION))
16 # This is a .NET 3.5 only assembly, but built during the 2.0 build
17 LIB_MCS_FLAGS += -d:NET_3_5
18 endif
19
20 include ../../build/library.make