Merge pull request #1936 from esdrubal/DotNetRelativeOrAbsolute
[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 LIB_MCS_FLAGS = -d:CLR40 -resource:$(STRING_MESSAGES) -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414
8
9 STRING_MESSAGES = Microsoft.Internal.Strings.resources
10
11 CLEAN_FILES += $(STRING_MESSAGES)
12
13 EXTRA_DISTFILES = \
14         src/ComponentModel/Strings.resx
15         
16 include ../../build/library.make
17
18 $(the_lib): $(STRING_MESSAGES)
19
20 $(STRING_MESSAGES): src/ComponentModel/Strings.resx
21         $(RESGEN) $< $@