Merge pull request #601 from knocte/sock_improvements
[mono.git] / mcs / class / System.Web.Http.WebHost / Makefile
1 thisdir = class/System.Web.Http.WebHost 
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Http.WebHost.dll
6
7 System.Web.Http.WebHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
8         $(RESGEN) "$<" "$@"
9         
10 System.Web.Http.WebHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.WebHost/Properties/SRResources.resx
11         $(RESGEN) "$<" "$@"
12
13
14 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll -r:System.Net.Http.dll \
15                 -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.IdentityModel.dll \
16                 -r:System.Web.Http.dll -r:System.Net.Http.Formatting.dll  -r:System.Web.Routing.dll -r:System.Web.dll \
17         -r:Microsoft.Web.Infrastructure.dll \
18                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
19
20 include ../../build/library.make
21
22 $(the_lib): System.Web.Http.WebHost.Properties.CommonWebApiResources.resources \
23         System.Web.Http.WebHost.Properties.SRResources.resources