[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 98d0800038ec34e27a9c265903114623b6171bad..65b6d44df17dc40c39be6fb34bf5d600f355f574 100644 (file)
@@ -3,15 +3,13 @@ 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)
 
-EXTRA_DISTFILES = README build-csproj2k5
-
-Mono.WebBrowser2K5.csproj: Mono.WebBrowser.dll.sources build-csproj2k5
-       ./build-csproj2k5
+EXTRA_DISTFILES = README
 
 include ../../build/library.make
 
-$(the_lib): Mono.WebBrowser2K5.csproj