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

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

LIBRARY = System.DirectoryServices.Protocols.dll
LIB_REFS = System System.DirectoryServices System.Xml
LIB_MCS_FLAGS = \
                /r:System.dll \
                /r:System.DirectoryServices.dll \
                /r:System.Xml.dll \

NO_TEST = yes

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