[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.WebBrowser / Makefile
1 thisdir = class/Mono.WebBrowser
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Mono.WebBrowser.dll
6 LIB_REFS = System
7 KEYFILE = ../mono.snk
8 LIB_MCS_FLAGS = -warn:1
9
10 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
11
12 EXTRA_DISTFILES = README
13
14 include ../../build/library.make
15