[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.WebBrowser / Makefile
index af65ef0faa71f03f58cd7b89215a4f264b9ab4e8..65b6d44df17dc40c39be6fb34bf5d600f355f574 100644 (file)
@@ -3,7 +3,9 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = Mono.WebBrowser.dll
-LIB_MCS_FLAGS = -r:System.dll -warn:1
+LIB_REFS = System
+KEYFILE = ../mono.snk
+LIB_MCS_FLAGS = -warn:1
 
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)