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/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/mcs/class/System.Design/Makefile b/mcs/class/System.Design/Makefile
index 4ff4c5e8c4f..08aaa81de86 100644
--- a/mcs/class/System.Design/Makefile
+++ b/mcs/class/System.Design/Makefile
@@ -4,21 +4,12 @@ include ../../build/rules.make
LIBRARY = System.Design.dll
-LIB_REFS = System System.Xml plainweb/System.Web System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
+LIB_REFS = System System.Xml System.Windows.Forms System.Drawing Accessibility System.Data System.Configuration
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS = -nowarn:436 -nowarn:612,618,649,67,672
+API_BIN_REFS := System.Web
TEST_LIB_REFS = System System.Drawing System.Windows.Forms
TEST_MCS_FLAGS =
include ../../build/library.make
-
-ifneq (plaindesign/,$(intermediate))
-csproj-local:
- $(MAKE) csproj-local intermediate=plaindesign/
-
-$(the_libdir_base)plaindesign/System.Design.dll:
- $(MAKE) intermediate=plaindesign/ $(the_libdir_base)plaindesign/System.Design.dll
-
-endif
-