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

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

LIBRARY = System.Configuration.Install.dll
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)

EXTRA_DISTFILES = Test/ChangeLog

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