6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
15 lines
243 B
Makefile
15 lines
243 B
Makefile
thisdir = class/Mono.WebBrowser
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.WebBrowser.dll
|
|
LIB_REFS = System
|
|
LIB_MCS_FLAGS = -warn:1
|
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
|
|
|
|
EXTRA_DISTFILES = README
|
|
|
|
include ../../build/library.make
|
|
|