X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Design%2FMakefile;h=2272546a83c1a4d7df863d84f262f28ff5538012;hb=a713a14521da8ddf992c4a3e64855d56cb7897a3;hp=3dc11aa3b01e293dc886b475ccd6ff36704715d2;hpb=b8893efbccd64f92c81082e42b8e480b74881927;p=mono.git diff --git a/mcs/class/System.Design/Makefile b/mcs/class/System.Design/Makefile index 3dc11aa3b01..2272546a83c 100644 --- a/mcs/class/System.Design/Makefile +++ b/mcs/class/System.Design/Makefile @@ -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 +