Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2013-06-25 01:06:31 +0400
committerZoltan Varga <vargaz@gmail.com>2013-06-25 01:08:40 +0400
commitc84a47aacea9a8fb0a29a342456514470441886d (patch)
treecf254f5a11c3f2d76a548dcb42c0d6abe37d098d /mcs/class/System.Net.Http.WebRequest
parent36c84f5378cc91c3ec82cba2e17895d138ad6312 (diff)
Fix the build.
Diffstat (limited to 'mcs/class/System.Net.Http.WebRequest')
-rw-r--r--mcs/class/System.Net.Http.WebRequest/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/class/System.Net.Http.WebRequest/Makefile b/mcs/class/System.Net.Http.WebRequest/Makefile
new file mode 100644
index 00000000000..2af118aaa15
--- /dev/null
+++ b/mcs/class/System.Net.Http.WebRequest/Makefile
@@ -0,0 +1,11 @@
+thisdir = class/System.Net.Http.WebRequest
+SUBDIRS =
+include ../../build/rules.make
+
+LIBRARY = System.Net.Http.WebRequest.dll
+
+LIB_MCS_FLAGS = -r:System.Net.Http.dll -r:System.dll
+
+TEST_MCS_FLAGS = -r:System.Net.Http.dll
+
+include ../../build/library.make