Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / class / System.Drawing.Design / Makefile
index 35f70a1098e7a166f4930b784b022e6f71486619..7abb4b3f3aed433d4ad2975c59cdb8016af1414e 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.Drawing.Design.dll
-LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Drawing.dll /r:System.Windows.Forms.dll
+LIB_REFS = System System.Drawing System.Windows.Forms
+LIB_MCS_FLAGS =
 NO_TEST = yes
 
 include ../../build/library.make