14 lines
328 B
Makefile
Raw Normal View History

thisdir = class/System.DirectoryServices.Protocols
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.DirectoryServices.Protocols.dll
LIB_MCS_FLAGS = \
/r:System.dll \
/r:System.DirectoryServices.dll \
/r:System.Xml.dll \
NO_TEST = yes
include ../../build/library.make