2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/Mono.Http
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = Mono.Http.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Xml System.Web ICSharpCode.SharpZipLib Mono.Security
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = -r:$(corlib) \
|
|
|
|
-nowarn:618
|
|
|
|
|
|
|
|
NO_TEST = yes
|
|
|
|
|
|
|
|
include ../../build/library.make
|