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: 31c2b7535ae8a1b0aae056a4c8102af2502d0ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
topdir = ../..

TEST_DIR= Test
LIBRARY = $(topdir)/class/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 = $(topdir)/class/lib:

include $(topdir)/class/library.make