Makefile 285 B

12345678910111213
  1. thisdir = class/System.Threading.Tasks.Dataflow
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Threading.Tasks.Dataflow.dll
  5. include ../../build/library.make
  6. LIB_REFS += System.Core System
  7. LIB_MCS_FLAGS += -r:$(corlib)
  8. TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll