[corlib] Remove unmanaged type IsVisible path. Fixes #28235
[mono.git] / mcs / class / System.ComponentModel.Composition.4.5 / Makefile
index 6c5d3683ba48a5bff957bec5a83978ef0de8fe4a..b5f9682cc3f635beeed1873707e1c164298673f5 100644 (file)
@@ -1,9 +1,10 @@
-thisdir = class/System.ComponentModel.Composition
+thisdir = class/System.ComponentModel.Composition.4.5
 SUBDIRS = 
 include ../../build/rules.make
 
 LIBRARY = System.ComponentModel.Composition.dll
-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
+LIB_REFS = System System.Core
+LIB_MCS_FLAGS = -d:CLR40 -resource:$(STRING_MESSAGES) -d:USE_ECMA_KEY,FEATURE_REFLECTIONCONTEXT,FEATURE_REFLECTIONFILEIO,FEATURE_SERIALIZATION,FEATURE_SLIMLOCK -nowarn:219,414
 
 STRING_MESSAGES = Microsoft.Internal.Strings.resources
 
@@ -12,7 +13,7 @@ CLEAN_FILES += $(STRING_MESSAGES)
 EXTRA_DISTFILES = \
        src/ComponentModel/Strings.resx
        
-VALID_PROFILE := $(filter net_4_0 net_4_5 monotouch monodroid mobile_static, $(PROFILE))
+VALID_PROFILE := $(filter net_4_5 monotouch monodroid xammac mobile mobile_static, $(PROFILE))
 ifndef VALID_PROFILE
 LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
 NO_INSTALL = yes