6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
13 lines
265 B
Makefile
13 lines
265 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 = -r:$(corlib) \
|
|
-nowarn:618
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|