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

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

LIBRARY = System.DirectoryServices.dll
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169

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