X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Security%2FMakefile;h=bf261067d24d0e10f2456efba60c4678a93a89e6;hb=b6513d2047228ee7ef7f50173bcc2432968b8e6e;hp=89d40cf32ec9950d51a7e45dd7f306051cbebd4a;hpb=6f94553690b1cd6487bcc206aec7f58c99f77adb;p=mono.git diff --git a/mcs/class/System.Security/Makefile b/mcs/class/System.Security/Makefile index 89d40cf32ec..bf261067d24 100644 --- a/mcs/class/System.Security/Makefile +++ b/mcs/class/System.Security/Makefile @@ -4,16 +4,22 @@ include ../../build/rules.make LIBRARY = System.Security.dll LIB_MCS_FLAGS = -nowarn:618 \ - -r:$(corlib) -r:System.dll -r:System.Xml.dll \ - -debug+ + -r:$(corlib) -r:System.dll -r:System.Xml.dll TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,1595 -ifeq (2.0, $(FRAMEWORK_VERSION)) +ifneq (1, $(FRAMEWORK_VERSION_MAJOR)) LIB_MCS_FLAGS += -r:Mono.Security.dll -nowarn:414 TEST_MCS_FLAGS += -nowarn:168,183,414 endif +VALID_PROFILE := $(filter net_1_1 net_2_0 moonlight_raw net_4_0, $(PROFILE)) +ifndef VALID_PROFILE +# @echo "** Warning: System.Security.dll built without parts that depend on: Mono.Security.dll " +else + LIB_MCS_FLAGS += -d:SECURITY_DEP +endif + EXTRA_DISTFILES = \ Test/System.Security.Cryptography.Xml/sample.pfx \ Test/System.Security.Cryptography.Xml/EncryptedXmlSample1.xml \ @@ -26,7 +32,7 @@ include ../../build/library.make ifeq (net_2_0, $(PROFILE)) pkits_files := $(wildcard ../System/Test/System.Security.Cryptography.X509Certificates/pkits/hint) ifndef pkits_files -TEST_HARNESS_EXCLUDES = /exclude:NotWorking,ValueAdd,CAS,InetAccess,PKITS -TEST_HARNESS_EXCLUDES_ONDOTNET = /exclude:NotDotNet,CAS,PKITS +TEST_HARNESS_EXCLUDES = -exclude:NotWorking,ValueAdd,CAS,InetAccess,PKITS +TEST_HARNESS_EXCLUDES_ONDOTNET = -exclude:NotDotNet,CAS,PKITS endif endif