Add missing .resources files in aspnetwebstack projects
authorDavid Straw <strawd@hp>
Wed, 12 Sep 2012 20:12:14 +0000 (14:12 -0600)
committerDavid Straw <strawd@hp>
Wed, 12 Sep 2012 20:12:14 +0000 (14:12 -0600)
mcs/class/System.Net.Http.Formatting/Makefile
mcs/class/System.Web.Http/Makefile

index 4238ea679910fe084e845630d9762654630a8a0d..41fbdab65758e75505e964bf9f839522fea5f609 100644 (file)
@@ -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
 
index 488e020e7afbefdafdc1deebcb14ae45d2046b71..d7f1a32a42b5fe9e9b1d4d7373ff74175d934838 100644 (file)
@@ -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