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: 985bbb7cf55d6555f6699b783e1e770fc722e9f5 (plain)
1
2
3
4
5
6
7
8
thisdir = class/Mono.Directory.LDAP
SUBDIRS = 
include ../../build/rules.make

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

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