GenericParameter.cs: override Module properly
[mcs.git] / class / System.Configuration / Makefile
blobc85675d5c11afdc644542911be352c89d202232a
1 thisdir = class/System.Configuration
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Configuration.dll
6 LIBRARY_USE_INTERMEDIATE_FILE = yes
8 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll -r:System.Security.dll
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11 # This is a .NET 2.0+ only assembly
12 VALID_PROFILE := $(filter net_2_0_bootstrap net_2_0 net_4_0_bootstrap net_4_0, $(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
20 include ../../build/library.make