Fix some compiler warnings
[mono.git] / mcs / class / System.Configuration / Makefile
1 thisdir = class/System.Configuration
2 SUBDIRS =
3 include ../../build/rules.make
4
5 LIBRARY = System.Configuration.dll
6 LIBRARY_USE_INTERMEDIATE_FILE = yes
7
8 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Security.dll -nowarn:618
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
10
11 # This is a .NET 2.0+ only assembly
12 VALID_PROFILE := $(filter net_2_0 net_4_0_bootstrap net_4_0 net_4_5, $(PROFILE))
13 ifndef VALID_PROFILE
14 LIBRARY_NAME = dummy-System.Configuration.dll
15 NO_INSTALL = yes
16 NO_SIGN_ASSEMBLY = yes
17 NO_TEST = yes
18 endif
19
20 include ../../build/library.make