[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono-project.git] / mcs / class / System.Web.Http.WebHost / Makefile
blobe0606bdbafb8c3fc35d495674cef414ad048a7ee
1 thisdir = class/System.Web.Http.WebHost
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Web.Http.WebHost.dll
7 System.Web.Http.WebHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
8 $(RESGEN) "$<" "$@"
10 System.Web.Http.WebHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx
11 $(RESGEN) "$<" "$@"
14 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
15 LIB_MCS_FLAGS = -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
17 include ../../build/library.make
19 $(the_lib): System.Web.Http.WebHost.Properties.CommonWebApiResources.resources \
20 System.Web.Http.WebHost.Properties.SRResources.resources