Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / System.ComponentModel.Composition.4.5 / Makefile
1 thisdir = class/System.ComponentModel.Composition
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ComponentModel.Composition.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:System.Core.dll -d:CLR40 -resource:$(STRING_MESSAGES) -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414
7
8 STRING_MESSAGES = Microsoft.Internal.Strings.resources
9
10 CLEAN_FILES += $(STRING_MESSAGES)
11
12 EXTRA_DISTFILES = \
13         src/ComponentModel/Strings.resx
14         
15 VALID_PROFILE := $(filter net_4_0 net_4_5 monotouch monodroid xammac mobile_static, $(PROFILE))
16 ifndef VALID_PROFILE
17 LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
18 NO_INSTALL = yes
19 NO_SIGN_ASSEMBLY = yes
20 NO_TEST = yes
21 endif
22
23 include ../../build/library.make
24
25 $(the_lib): $(STRING_MESSAGES)
26
27 $(STRING_MESSAGES): src/ComponentModel/Strings.resx
28         $(RESGEN) $< $@