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:
-rw-r--r--mcs/class/System.Net.Http.Formatting/Makefile3
-rw-r--r--mcs/class/System.Web.Http/Makefile4
2 files changed, 5 insertions, 2 deletions
diff --git a/mcs/class/System.Net.Http.Formatting/Makefile b/mcs/class/System.Net.Http.Formatting/Makefile
index 4238ea67991..41fbdab6575 100644
--- a/mcs/class/System.Net.Http.Formatting/Makefile
+++ b/mcs/class/System.Net.Http.Formatting/Makefile
@@ -13,7 +13,8 @@ System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Net.Http.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.Xml.Linq.dll -r:System.Data.dll -r:System.Configuration.dll \
-d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
- -resource:System.Net.Http.Properties.CommonWebApiResources.resources
+ -resource:System.Net.Http.Properties.CommonWebApiResources.resources \
+ -resource:System.Net.Http.Properties.Resources.resources
include ../../build/library.make
diff --git a/mcs/class/System.Web.Http/Makefile b/mcs/class/System.Web.Http/Makefile
index 488e020e7af..d7f1a32a42b 100644
--- a/mcs/class/System.Web.Http/Makefile
+++ b/mcs/class/System.Web.Http/Makefile
@@ -13,7 +13,9 @@ System.Web.Http.Properties.SRResources.resources: ../../../external/aspnetwebsta
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
+ -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
+ -resource:System.Web.Http.Properties.CommonWebApiResources.resources \
+ -resource:System.Web.Http.Properties.SRResources.resources
include ../../build/library.make