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-24 21:14:04 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-24 21:14:04 +0400
commit0d147007c6affd3cb8698d2a09d0f349c34f0140 (patch)
tree453cfd5d318f4f68afaa607e66cd8dc717f4811d /mcs/class/WebMatrix.Data
parentd4f6c46e620b4f1686ca4962f7da20e081358015 (diff)
Fix WebMatrix.Data tests
Diffstat (limited to 'mcs/class/WebMatrix.Data')
-rw-r--r--mcs/class/WebMatrix.Data/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/WebMatrix.Data/Makefile b/mcs/class/WebMatrix.Data/Makefile
index aa640d4f50a..30411d736ae 100644
--- a/mcs/class/WebMatrix.Data/Makefile
+++ b/mcs/class/WebMatrix.Data/Makefile
@@ -6,5 +6,5 @@ LIBRARY = WebMatrix.Data.dll
include ../../build/library.make
-LIB_MCS_FLAGS += -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
-TEST_MCS_FLAGS += -r:System.dll -r:System.Core.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll
+LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Data.dll -r:System.Core.dll -r:System.Configuration.dll
+TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll -r:System.Data.dll -r:Mono.Data.Sqlite.dll -r:Microsoft.CSharp.dll