94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
20 lines
524 B
Makefile
20 lines
524 B
Makefile
thisdir = class/System.ComponentModel.Composition.4.5
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.ComponentModel.Composition.dll
|
|
LIB_REFS = System System.Core
|
|
|
|
RESOURCE_DEFS = Microsoft.Internal.Strings,src/ComponentModel/Strings.resx
|
|
LIB_MCS_FLAGS = -d:CLR40 -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414
|
|
|
|
|
|
CLEAN_FILES += $(STRING_MESSAGES)
|
|
|
|
EXTRA_DISTFILES = \
|
|
src/ComponentModel/Strings.resx
|
|
|
|
include ../../build/library.make
|
|
|
|
|