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: ce2e097fee8ab43e22ff811cb50dd8f081223f1d (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 $(EXTRA_LIB_MCS_FLAGS)

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

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