Merge pull request #2025 from sawachika-kenji/patch-1
[mono.git] / mcs / class / System.Web.Http.SelfHost / Makefile
1 thisdir = class/System.Web.Http.SelfHost
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Http.SelfHost.dll
6
7 System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
8         $(RESGEN) "$<" "$@"
9
10 System.Web.Http.SelfHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.resx
11         $(RESGEN) "$<" "$@"
12
13
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
16
17 include ../../build/library.make
18
19 $(the_lib): System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources \
20         System.Web.Http.SelfHost.Properties.SRResources.resources