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

LIBRARY = System.Net.Http.WebRequest.dll

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

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

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