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: 93cf7f68576c54f5811b783613fde532882af4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = class/Mono.WebBrowser
SUBDIRS = 
include ../../build/rules.make

LIBRARY = Mono.WebBrowser.dll
LIB_REFS = System
KEYFILE = ../mono.snk
LIB_MCS_FLAGS = -warn:1

TEST_MCS_FLAGS =

EXTRA_DISTFILES = README

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