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: 612aa9cb9b27e10e425f050b815aed8d58e25169 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/System.Configuration.Install
include ../../build/rules.make

LIBRARY = System.Configuration.Install.dll
LIB_REFS = System System.Xml
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =

NO_TEST = yes

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