X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Http.WebHost%2FMakefile;h=b022ea314cf6a824a3630e58d2c54957cb5c4cff;hb=aff1a51a389f09ca1865e54c16cfff4741435c8e;hp=e0606bdbafb8c3fc35d495674cef414ad048a7ee;hpb=6b3a592de0eb47d9d92ce3a012ac771319afb868;p=mono.git diff --git a/mcs/class/System.Web.Http.WebHost/Makefile b/mcs/class/System.Web.Http.WebHost/Makefile index e0606bdbafb..b022ea314cf 100644 --- a/mcs/class/System.Web.Http.WebHost/Makefile +++ b/mcs/class/System.Web.Http.WebHost/Makefile @@ -4,17 +4,13 @@ include ../../build/rules.make LIBRARY = System.Web.Http.WebHost.dll -System.Web.Http.WebHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx - $(RESGEN) "$<" "$@" - -System.Web.Http.WebHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx - $(RESGEN) "$<" "$@" - +RESOURCE_DEFS = \ + System.Web.Http.WebHost.Properties.CommonWebApiResources,../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx \ + System.Web.Http.WebHost.Properties.SRResources,../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx LIB_REFS = System.Core System System.Xml System.Configuration System.Net.Http System.Runtime.Serialization System.ServiceModel System.IdentityModel System.Web.Http System.Net.Http.Formatting System.Web.Routing System.Web Microsoft.Web.Infrastructure LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign include ../../build/library.make -$(the_lib): System.Web.Http.WebHost.Properties.CommonWebApiResources.resources \ - System.Web.Http.WebHost.Properties.SRResources.resources +$(the_lib):