[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / System.Net.Http.WebRequest / Makefile
1 thisdir = class/System.Net.Http.WebRequest
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Net.Http.WebRequest.dll
6
7 LIB_REFS = System.Net.Http System
8 LIB_MCS_FLAGS =
9
10 TEST_MCS_FLAGS =
11 TEST_LIB_REFS = System.Net.Http
12
13 include ../../build/library.make