Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Net.Http « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 910b45e42fa6fcad05130997b241b7c21d92bbf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
thisdir = class/System.Net.Http
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Net.Http.dll

LIB_REFS = System.Core System
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll $(EXTRA_LIB_MCS_FLAGS)

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

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