[sgen] Untag the vtable during concurrent mark
[mono.git] / mcs / class / Mono.Security.Providers.NewSystemSource / Makefile
1 thisdir = class/Mono.Security.Providers.NewSystemSource
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIB_REFS = System
6
7 LIBRARY = Mono.Security.Providers.NewSystemSource.dll
8
9 LIB_MCS_FLAGS = -d:SECURITY_DEP \
10         -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -d:MONO -d:FEATURE_PAL -d:MONO_FEATURE_NEW_TLS \
11         -d:MONO_FEATURE_NEW_SYSTEM_SOURCE -d:DISABLE_CAS_USE
12
13 ifdef MOBILE_PROFILE
14 LIB_REFS += Mono.Security
15 else
16 LIB_REFS += MonoSecurity=Mono.Security
17 LIB_MCS_FLAGS += -d:MONO_SECURITY_ALIAS
18 endif
19
20 EXTRA_DISTFILES = README.md
21
22 include ../../build/library.make
23
24 $(the_lib): ../Mono.Security/Makefile