[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Drawing.Design / Makefile
index 35f70a1098e7a166f4930b784b022e6f71486619..79c4f90dd386ca2ece41995b09dd6bc1f5cd3430 100644 (file)
@@ -3,7 +3,9 @@ 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
+KEYFILE = ../msfinal.pub
+LIB_MCS_FLAGS =
 NO_TEST = yes
 
 include ../../build/library.make