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