Makefile 357 B

12345678910111213141516
  1. thisdir = class/System.Security
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Security.dll
  5. LIB_MCS_FLAGS = -nowarn:618 \
  6. -r:$(corlib) -r:System.dll -r:System.Xml.dll \
  7. -debug+
  8. ifeq (net_2_0,$(PROFILE))
  9. LIB_MCS_FLAGS += -r:Mono.Security.dll
  10. endif
  11. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:169,219,618,1595
  12. include ../../build/library.make