Makefile 260 B

123456789101112
  1. thisdir = class/System.Net.Http
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Net.Http.dll
  5. LIB_REFS = System.Core System
  6. LIB_MCS_FLAGS = $(EXTRA_LIB_MCS_FLAGS)
  7. TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
  8. include ../../build/library.make