Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « Mono.WebBrowser « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af65ef0faa71f03f58cd7b89215a4f264b9ab4e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
thisdir = class/Mono.WebBrowser
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.WebBrowser.dll
LIB_MCS_FLAGS = -r:System.dll -warn:1

TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES = README

include ../../build/library.make