Wrap always_inline and noinline attributes in compiler checks and use MSVC equivalent.
[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_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Net.Http.dll -r:System.ComponentModel.DataAnnotations.dll \
15                 -r:System.Net.Http.Formatting.dll -r:System.Runtime.Caching.dll -r:System.Runtime.Serialization.dll -r:System.Data.Linq.dll \
16                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
17
18 include ../../build/library.make
19
20 $(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
21         System.Web.Http.Properties.SRResources.resources