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

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

LIBRARY = Mono.Directory.LDAP.dll
LIB_REFS = System System.Data
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Data.dll

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