13 lines
287 B
Makefile
13 lines
287 B
Makefile
thisdir = class/System.DirectoryServices.Protocols
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.DirectoryServices.Protocols.dll
|
|
LIB_REFS = System System.DirectoryServices System.Xml
|
|
KEYFILE = ../msfinal.pub
|
|
LIB_MCS_FLAGS =
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|