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.Design/Makefile')
-rw-r--r--mcs/class/System.Design/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mcs/class/System.Design/Makefile b/mcs/class/System.Design/Makefile
index 66855fea623..f661a42af53 100644
--- a/mcs/class/System.Design/Makefile
+++ b/mcs/class/System.Design/Makefile
@@ -6,11 +6,6 @@ LIBRARY = System.Design.dll
LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Web.dll \
-r:System.Windows.Forms.dll -r:System.Drawing.dll \
-r:Accessibility.dll -r:System.Data.dll
-
-ifeq (net_2_0, $(PROFILE))
-LIB_MCS_FLAGS += -r:System.Configuration.dll
-endif
-
NO_TEST = yes
include ../../build/library.make