Merge pull request #4045 from lambdageek/bug-47867
[mono.git] / mcs / class / System.Design / Makefile
index 3dc11aa3b01e293dc886b475ccd6ff36704715d2..2272546a83c1a4d7df863d84f262f28ff5538012 100644 (file)
@@ -5,7 +5,7 @@ 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_MCS_FLAGS =
+LIB_MCS_FLAGS = -nowarn:436 -nowarn:612,618,649,67,672
 
 TEST_LIB_REFS = System System.Drawing System.Windows.Forms
 TEST_MCS_FLAGS =
@@ -13,6 +13,10 @@ 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
+