Makefile 200 B

12345678
  1. thisdir = class/System.Security
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Security.dll
  5. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
  6. include ../../build/library.make