[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Web.Extensions.Design / Makefile
index 090a6fae248cc5d6a83c7fd513d086877751741c..38b7c6647ba3248c59f7cd19b62945f1fd266b03 100644 (file)
@@ -5,9 +5,8 @@ include ../../build/rules.make
 LIBRARY = System.Web.Extensions.Design.dll
 
 LIB_REFS = System System.Design System.Drawing System.Windows.Forms
-LIB_MCS_FLAGS = \
-       -define:NET_3_5                 \
-       -r:System.dll -r:System.Design.dll -r:System.Drawing.dll -r:System.Windows.Forms.dll
+KEYFILE = ../winfx.pub
+LIB_MCS_FLAGS = -define:NET_3_5
 
 include ../../build/library.make