e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
12 lines
248 B
Makefile
12 lines
248 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
|
|
LIB_MCS_FLAGS = -nowarn:618
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|