summaryrefslogtreecommitdiff
path: root/mcs/class/System.Net.Http/Makefile
blob: 715fa63120bcfc6d2878ed8ec28cb3f35746e2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/System.Net.Http
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Net.Http.dll

LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll

TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll

include ../../build/library.make