Makefile 275 B

1234567891011
  1. thisdir = class/System.Security
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Security.dll
  5. LIB_MCS_FLAGS = /nowarn:169 /nowarn:618 \
  6. /r:$(corlib) /r:System.dll /r:System.Xml.dll
  7. TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
  8. include ../../build/library.make