X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Windows.Forms%2FMakefile;h=06eacbcbcf7cd073d64de672105b60d866fa266a;hb=ba3384aa88a389c308d8258e4ae66caaa2856221;hp=3d8113656cf5f9dd2acce3436c67bd6a1e9c3e27;hpb=811674bc6331c98d33134e2a37a7c7dd66402227;p=mono.git diff --git a/mcs/class/System.Windows.Forms/Makefile b/mcs/class/System.Windows.Forms/Makefile index 3d8113656cf..06eacbcbcf7 100644 --- a/mcs/class/System.Windows.Forms/Makefile +++ b/mcs/class/System.Windows.Forms/Makefile @@ -5,7 +5,6 @@ LIBRARY = System.Windows.Forms.dll LIB_REFS = System System.Xml System.Drawing Accessibility System.Data Mono.Posix Mono.WebBrowser System.Configuration System.Runtime.Serialization.Formatters.Soap LIB_MCS_FLAGS = /unsafe \ - /r:$(corlib) \ @System.Windows.Forms.dll.resources \ -nowarn:618,612,809 @@ -100,13 +99,15 @@ EXTRA_DISTFILES = \ $(IMAGES_RESOURCES) \ $(TEST_DISTFILES) -TEST_MCS_FLAGS = /r:System.Data.dll /r:System.Drawing.dll /r:Accessibility.dll -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.Formatters.Soap\ +TEST_LIB_REFS = System.Data System.Drawing Accessibility System System.Xml System.Runtime.Serialization.Formatters.Soap +TEST_MCS_FLAGS = \ -resource:Test/resources/a.cur,a.cur \ -resource:Test/resources/32x32.ico,32x32.ico \ -nowarn:618,612 DummyAssembly.dll: - $(CSCOMPILE) /target:library /out:$@ Test/DummyAssembly/AnotherSerializable.cs Test/DummyAssembly/Convertable.cs Test/DummyAssembly/Properties/AssemblyInfo.cs + $(CSCOMPILE) /target:library /out:$@ Test/DummyAssembly/AnotherSerializable.cs Test/DummyAssembly/Convertable.cs Test/DummyAssembly/Properties/AssemblyInfo.cs \ + -r:$(topdir)/class/lib/$(PROFILE)/System.dll test-local: DummyAssembly.dll