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

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

LIBRARY = System.Net.Http.WebRequest.dll

LIB_MCS_FLAGS = -r:System.Net.Http.dll -r:System.dll

TEST_MCS_FLAGS = -r:System.Net.Http.dll

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