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

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

LIBRARY = System.Net.Http.WinHttpHandler.dll
LIB_REFS = System System.Net.Http
KEYFILE = ../msfinal.pub
LIB_MCS_FLAGS =

NO_TEST = yes

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