Makefile 189 B

123456789
  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. include ../../build/library.make