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

makefile.gnu « Mono.Directory.LDAP « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ca9c4697dc9d1e20f4e5b7e34b7276ad33d3529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
topdir = ../..

LIBRARY = ../lib/Mono.Directory.LDAP.dll

LIB_LIST = list
LIB_FLAGS = -r corlib -r System -r System.Data -r mscorlib

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=\
	./Test*

export MONO_PATH_PREFIX = ../lib:

include ../library.make