[test] (corlib) Enable more xtest SRE tests
[mono.git] / mcs / class / System.Dynamic / Makefile
1 thisdir = class/System.Dynamic
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Dynamic.dll
6
7 LIB_REFS = System.Core System
8 LIB_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -nowarn:414,169
9
10 # This is a .NET 4.0+ only assembly
11 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
12 ifndef VALID_PROFILE
13 LIBRARY_NAME = dummy-System.Dynamic.dll
14 NO_INSTALL = yes
15 NO_SIGN_ASSEMBLY = yes
16 NO_TEST = yes
17 NO_BUILD = yes
18 endif
19
20 include ../../build/library.make