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:
authorDavid Straw <strawd@hp>2012-09-13 00:12:14 +0400
committerDavid Straw <strawd@hp>2012-09-13 00:12:14 +0400
commit7309c4b3537a484be9de7eb966772cfd42f43ea0 (patch)
tree6c3d81b6790188bfb87fed57e6eb9d4ed65990d6 /mcs/class/System.Web.Http
parent8c03903ef24b800b29209705bff858f49d5de153 (diff)
Add missing .resources files in aspnetwebstack projects
Diffstat (limited to 'mcs/class/System.Web.Http')
-rw-r--r--mcs/class/System.Web.Http/Makefile4
1 files changed, 3 insertions, 1 deletions
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