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.Net.Http.Formatting
parent8c03903ef24b800b29209705bff858f49d5de153 (diff)
Add missing .resources files in aspnetwebstack projects
Diffstat (limited to 'mcs/class/System.Net.Http.Formatting')
-rw-r--r--mcs/class/System.Net.Http.Formatting/Makefile3
1 files changed, 2 insertions, 1 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