Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ComponentModel.Composition/Makefile')
-rw-r--r--mcs/class/System.ComponentModel.Composition/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/mcs/class/System.ComponentModel.Composition/Makefile b/mcs/class/System.ComponentModel.Composition/Makefile
deleted file mode 100644
index a039de61fec..00000000000
--- a/mcs/class/System.ComponentModel.Composition/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-thisdir = class/System.ComponentModel.Composition
-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)
-
-STRING_MESSAGES = Microsoft.Internal.Strings.resources
-
-CLEAN_FILES += $(STRING_MESSAGES)
-
-EXTRA_DISTFILES = \
- src/ComponentModel/Strings.resx
-
-VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
-ifndef VALID_PROFILE
-LIBRARY_NAME = dummy-System.ComponentModel.Composition.dll
-NO_INSTALL = yes
-NO_SIGN_ASSEMBLY = yes
-NO_TEST = yes
-endif
-
-include ../../build/library.make
-
-$(the_lib): $(STRING_MESSAGES)
-
-$(STRING_MESSAGES): src/ComponentModel/Strings.resx
- $(RESGEN) $< $@