Makefile 300 B

123456789
  1. thisdir = class/System.DirectoryServices
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.DirectoryServices.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:Novell.Directory.Ldap.dll
  6. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
  7. include ../../build/library.make