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

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

LIBRARY = Novell.Directory.Ldap.dll
LIB_MCS_FLAGS = \
	/nowarn:649 /nowarn:169 /nowarn:219 /nowarn:168 \
	-r:$(corlib)				\
	-r:System.dll			 	\
	-r:Mono.Security.dll

NO_TEST = yes

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