X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Security.Providers.NewSystemSource%2FMakefile;h=61beeb4e2fc2456e6833ba9abe43d85d58063042;hb=b8893efbccd64f92c81082e42b8e480b74881927;hp=3545569b96e2698005ce827b75ca095cc0d7a14a;hpb=0eb394dab54d177420747de0dc2cf7c47eaaeade;p=mono.git diff --git a/mcs/class/Mono.Security.Providers.NewSystemSource/Makefile b/mcs/class/Mono.Security.Providers.NewSystemSource/Makefile index 3545569b96e..61beeb4e2fc 100644 --- a/mcs/class/Mono.Security.Providers.NewSystemSource/Makefile +++ b/mcs/class/Mono.Security.Providers.NewSystemSource/Makefile @@ -2,19 +2,23 @@ thisdir = class/Mono.Security.Providers.NewSystemSource SUBDIRS = include ../../build/rules.make -ifdef MOBILE_PROFILE -EXTERN_ALIAS_FLAGS = -r:Mono.Security -else -EXTERN_ALIAS_FLAGS = -d:MONO_SECURITY_ALIAS -r:MonoSecurity=Mono.Security -endif +LIB_REFS = System LIBRARY = Mono.Security.Providers.NewSystemSource.dll -LIB_REFS = System -LIB_MCS_FLAGS = -d:SECURITY_DEP $(EXTERN_ALIAS_FLAGS) \ + +LIB_MCS_FLAGS = -d:SECURITY_DEP \ -unsafe -nowarn:1030 -keyfile:../mono.pub -delaysign -d:MONO -d:FEATURE_PAL -d:MONO_FEATURE_NEW_TLS \ -d:MONO_FEATURE_NEW_SYSTEM_SOURCE -d:DISABLE_CAS_USE +ifdef MOBILE_PROFILE +LIB_REFS += Mono.Security +else +LIB_REFS += MonoSecurity=Mono.Security +LIB_MCS_FLAGS += -d:MONO_SECURITY_ALIAS +endif + EXTRA_DISTFILES = README.md include ../../build/library.make +$(the_lib): ../Mono.Security/Makefile