Makefile 240 B

1234567891011
  1. thisdir = class/System.Net.Http
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Net.Http.dll
  5. LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll
  6. TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
  7. include ../../build/library.make