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:
Diffstat (limited to 'mcs/class/System.Web.Http/Makefile')
-rw-r--r--mcs/class/System.Web.Http/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Web.Http/Makefile b/mcs/class/System.Web.Http/Makefile
index d7f1a32a42b..246d49feff8 100644
--- a/mcs/class/System.Web.Http/Makefile
+++ b/mcs/class/System.Web.Http/Makefile
@@ -11,6 +11,7 @@ System.Web.Http.Properties.SRResources.resources: ../../../external/aspnetwebsta
$(RESGEN) "$<" "$@"
+LIB_REFS = System.Core System System.Xml System.Net.Http System.ComponentModel.DataAnnotations System.Net.Http.Formatting System.Runtime.Caching System.Runtime.Serialization System.Data.Linq
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Net.Http.dll -r:System.ComponentModel.DataAnnotations.dll \
-r:System.Net.Http.Formatting.dll -r:System.Runtime.Caching.dll -r:System.Runtime.Serialization.dll -r:System.Data.Linq.dll \
-d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
@@ -20,4 +21,4 @@ LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Net
include ../../build/library.make
$(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
- System.Web.Http.Properties.SRResources.resources \ No newline at end of file
+ System.Web.Http.Properties.SRResources.resources