fb50d52d2e98208c8bdc9065d7656ac011cdc3ea
[mono.git] / mcs / class / System.Web.Http / Makefile
1 thisdir = class/System.Web.Http
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.Http.dll
6
7 System.Web.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
8         $(RESGEN) "$<" "$@"
9         
10 System.Web.Http.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx
11         $(RESGEN) "$<" "$@"
12
13
14 LIB_REFS = System.Core System System.Xml System.Net.Http System.ComponentModel.DataAnnotations System.Net.Http.Formatting System.Runtime.Caching System.Runtime.Serialization System.Data.Linq
15 LIB_MCS_FLAGS = \
16                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
17                 -resource:System.Web.Http.Properties.CommonWebApiResources.resources \
18                 -resource:System.Web.Http.Properties.SRResources.resources
19
20 include ../../build/library.make
21
22 $(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
23         System.Web.Http.Properties.SRResources.resources