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

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

LIB_REFS = Mono.Cecil System.Xml System.Core System System.Xml.Linq
LOCAL_MCS_FLAGS =

PROGRAM = mono-api-html.exe

include ../../build/executable.make