Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-04-05 21:50:43 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-05 22:00:07 +0400
commit9a8e03aca05275d607cc3e95c7d767e0cb7cc65b (patch)
tree3f08058a0a24f68a45733619c3f3b897d2b0ddb3 /mcs/class/WindowsBase
parent79959d9a81c60664cd0a8bf57f2f4c22af80e127 (diff)
Add missing assembly references to test targets
Diffstat (limited to 'mcs/class/WindowsBase')
-rw-r--r--mcs/class/WindowsBase/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/WindowsBase/Makefile b/mcs/class/WindowsBase/Makefile
index 804fc21e31b..a358cdd078b 100644
--- a/mcs/class/WindowsBase/Makefile
+++ b/mcs/class/WindowsBase/Makefile
@@ -3,8 +3,8 @@ include ../../build/rules.make
LIBRARY = WindowsBase.dll
-LIB_MCS_FLAGS = -unsafe -r:System -r:System.Xml
-TEST_MCS_FLAGS = -unsafe -r:WindowsBase.dll
+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
ifeq (2.0, $(FRAMEWORK_VERSION))
LIB_MCS_FLAGS += -d:NET_3_0