Merge pull request #3705 from BrzVlad/fix-sgen-internal-alloc
[mono.git] / mcs / class / System.ComponentModel.Composition.4.5 / Makefile
1 thisdir = class/System.ComponentModel.Composition.4.5
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.ComponentModel.Composition.dll
6 LIB_REFS = System System.Core
7
8 NO_RESGEN := $(filter basic build, $(PROFILE))
9 ifndef NO_RESGEN
10   RESOURCE_DEFS = Microsoft.Internal.Strings,src/ComponentModel/Strings.resx
11 endif
12
13 LIB_MCS_FLAGS = -d:CLR40 -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414
14
15
16 CLEAN_FILES += $(STRING_MESSAGES)
17
18 EXTRA_DISTFILES = \
19         src/ComponentModel/Strings.resx
20
21 include ../../build/library.make
22
23