9e58314def6774b7b64f24d93e6e6a97fd3560d5
[mono.git] / mcs / class / System.Core / Makefile
1 thisdir = class/System.Core
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Core.dll
6 LIB_MCS_FLAGS = -langversion:linq -d:LIBC /r:$(corlib)
7 NO_TEST = yes
8
9 # This is a .NET 2.0 only assembly
10 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE))
11 ifndef VALID_PROFILE
12 LIBRARY_NAME = dummy-System.Core.dll
13 NO_INSTALL = yes
14 NO_SIGN_ASSEMBLY = yes
15 NO_TEST = yes
16 endif
17
18 include ../../build/library.make