X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.C5%2FMakefile;h=9f0fdfac6be7d3cba5facdc1ff81d2bdfb367d92;hb=d0c24d73e54472274711fa814dfd8082d8a924ec;hp=a6947398e0447b612090c94703f065dfb15aff9b;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mcs/class/Mono.C5/Makefile b/mcs/class/Mono.C5/Makefile index a6947398e04..9f0fdfac6be 100644 --- a/mcs/class/Mono.C5/Makefile +++ b/mcs/class/Mono.C5/Makefile @@ -4,20 +4,11 @@ include ../../build/rules.make LIBRARY = Mono.C5.dll LIBRARY_SNK = c5.snk -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169 +LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:169,219,414,1030,3001,3005,3006 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 EXTRA_DISTFILES = \ LICENSE.txt \ c5.pub c5.snk c5.xml -# This is a .NET 2.0 only assembly -VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0, $(PROFILE)) -ifndef VALID_PROFILE -LIBRARY_NAME = dummy-Mono.C5.dll -NO_INSTALL = yes -NO_SIGN_ASSEMBLY = yes -NO_TEST = yes -endif - include ../../build/library.make