12 lines
234 B
Makefile
12 lines
234 B
Makefile
|
thisdir = class/System.Net.Http.WinHttpHandler
|
||
|
SUBDIRS =
|
||
|
include ../../build/rules.make
|
||
|
|
||
|
LIBRARY = System.Net.Http.WinHttpHandler.dll
|
||
|
LIB_REFS = System System.Net.Http
|
||
|
LIB_MCS_FLAGS =
|
||
|
|
||
|
NO_TEST = yes
|
||
|
|
||
|
include ../../build/library.make
|