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: 7c9e87b4fabae7c38221693bfc5cd9f319c3953c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
thisdir = class/System.Net.Http.WebRequest
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Net.Http.WebRequest.dll

LIB_REFS = System.Net.Http System System.Core
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =

TEST_MCS_FLAGS = -d:WEBREQUEST_HANDLER
TEST_LIB_REFS = System System.Core System.Net.Http System.Net.Http.WebRequest

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