13 lines
270 B
Makefile
13 lines
270 B
Makefile
thisdir = class/Mono.Http
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = Mono.Http.dll
|
|
LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security
|
|
KEYFILE = ../mono.pub
|
|
LIB_MCS_FLAGS = -nowarn:618
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|