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