X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FMakefile;h=ae2de1a637046792e606012f5a547294f48ade72;hb=2439f17bef29b0bf5ae4fc81a1e7f96514810ff5;hp=145f30f4b6ccd9d7acf6a9c1650b765c85b89d6e;hpb=390697c8b2e2faf225440dc2b4c8ba73eb4dd85c;p=mono.git diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile index 145f30f4b6c..ae2de1a6370 100644 --- a/mcs/class/System.Security/Makefile +++ b/mcs/class/System.Security/Makefile @@ -9,9 +9,10 @@ endif LIBRARY = System.Security.dll LIB_REFS = secxml/System bare/System.Xml $(MONO_SECURITY) -LIB_MCS_FLAGS = -nowarn:618 \ - -d:SECURITY_DEP \ - -nowarn:414 +KEYFILE = ../msfinal.pub +LIB_MCS_FLAGS = \ + -nowarn:414,618 \ + -d:SECURITY_DEP,SYSTEM_SECURITY_DLL LOCAL_MCS_FLAGS = @@ -25,6 +26,8 @@ EXTRA_DISTFILES = \ Test/System.Security.Cryptography.Pkcs/detached.data \ Test/System.Security.Cryptography.Pkcs/detached.p7 +RESX_RESOURCE_STRING = ../../../external/corefx/src/System.Security.Cryptography.Xml/src/Resources/Strings.resx + include ../../build/library.make $(build_lib): $(secxml_libdir)/System.dll $(MONO_SECURITY_DLL)