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

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

LIBRARY = Mono.Http.dll
LIB_MCS_FLAGS = -r:$(corlib) \
		-r:System.dll \
		-r:System.Xml.dll \
		-r:System.Web.dll \
		-r:ICSharpCode.SharpZipLib.dll \
		-r:Mono.Security.dll \
		-nowarn:618

NO_TEST = yes

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