[Bug 16186] SqlCommand.BeginExecuteInternal fix
[mono.git] / mcs / class / Mono.Parallel / Makefile
index 32f76c531c047bfa93fdabaa6e3bd947e9c3a6de..76bb5417fc6f6ae417b3a146a09b8bd4932c3c89 100644 (file)
@@ -6,4 +6,6 @@ LIBRARY = Mono.Parallel.dll
 
 include ../../build/library.make
 
-LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL
+TEST_MCS_FLAGS = /r:System.Core.dll
+
+LIB_MCS_FLAGS += -d:INSIDE_MONO_PARALLEL -r:$(corlib) -r:System.Core.dll -r:System.dll