[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / Microsoft.VisualC / Makefile
index 52e3950141855446fb63b0260a495a9fbb2420c9..5d38210947f1d5370be2d19a2b626f56450c890e 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Microsoft.VisualC.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
+LIB_REFS = System
+LIB_MCS_FLAGS =
 NO_TEST = yes
 
 include ../../build/library.make