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