Makefile 307 B

123456789101112
  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 /r:Mono.Security.dll \
  7. /debug+
  8. TEST_MCS_FLAGS = /nowarn:1595 $(LIB_MCS_FLAGS)
  9. include ../../build/library.make