Merge pull request #676 from TalAloni/master
[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_MCS_FLAGS = -unsafe -d:CODEPLEX_40 -r:System.Core.dll -r:System.dll -nowarn:414,169
8
9 # This is a .NET 4.0+ only assembly
10 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
11 ifndef VALID_PROFILE
12 LIBRARY_NAME = dummy-System.Dynamic.dll
13 NO_INSTALL = yes
14 NO_SIGN_ASSEMBLY = yes
15 NO_TEST = yes
16 NO_BUILD = yes
17 endif
18
19 include ../../build/library.make