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

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

NO_TEST = yes

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