X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FWindowsBase%2FMakefile;h=842c1ed0ebe00b59e48bc1392671abaa8d8fb563;hb=aeccd22792f34fb77c340180174f73f6c3270200;hp=172a501446ed8ef2cdff39eaa58e4ce4ab20906d;hpb=3d180029fb2875865d51d03269cc71999e008104;p=mono.git diff --git a/mcs/class/WindowsBase/Makefile b/mcs/class/WindowsBase/Makefile index 172a501446e..842c1ed0ebe 100644 --- a/mcs/class/WindowsBase/Makefile +++ b/mcs/class/WindowsBase/Makefile @@ -5,14 +5,15 @@ LIBRARY = WindowsBase.dll LIB_REFS = System System.Xml LIB_MCS_FLAGS = -unsafe -TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll -r:System.dll -r:System.Xml.dll -r:System.Core.dll +TEST_MCS_FLAGS = -unsafe +TEST_LIB_REFS = WindowsBase System System.Xml System.Core ifeq (2.0, $(FRAMEWORK_VERSION)) LIB_MCS_FLAGS += -d:NET_3_0 endif ifeq (4, $(FRAMEWORK_VERSION_MAJOR)) LIB_REFS += System.Xaml -TEST_MCS_FLAGS += -r:System.Xaml.dll +TEST_LIB_REFS += System.Xaml endif include ../../build/library.make