One more typo
[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_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 \
17                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
18
19 include ../../build/library.make
20
21 $(the_lib): System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources \
22         System.Web.Http.SelfHost.Properties.SRResources.resources