Merge pull request #3142 from henricm/fix-for-win-mono_string_to_utf8
[mono.git] / mcs / class / WindowsBase / Makefile
index 228d5f73828503f39b09e4ce32a88a2ce2982e99..d3eaf78bc820a95b976ea944eaf6115929fe57d1 100644 (file)
@@ -4,16 +4,16 @@ include ../../build/rules.make
 LIBRARY = WindowsBase.dll
 
 LIB_REFS = System System.Xml
-LIB_MCS_FLAGS = -unsafe -r:System.dll -r:System.Xml.dll
-TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll -r:System.dll -r:System.Xml.dll -r:System.Core.dll
+LIB_MCS_FLAGS = -unsafe
+TEST_MCS_FLAGS = -unsafe
+TEST_LIB_REFS = WindowsBase System System.Xml System.Core System.IO.Compression
 
 ifeq (2.0, $(FRAMEWORK_VERSION))
 LIB_MCS_FLAGS += -d:NET_3_0
 endif
 ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
 LIB_REFS += System.Xaml
-LIB_MCS_FLAGS += -r:System.Xaml.dll
-TEST_MCS_FLAGS += -r:System.Xaml.dll
+TEST_LIB_REFS += System.Xaml
 endif
 
 include ../../build/library.make