Merge pull request #1155 from steffen-kiess/json-string
[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 System.Net.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
8         $(RESGEN) "$<" "$@"
9
10 System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx
11         $(RESGEN) "$<" "$@"
12
13 LIB_REFS = System.Core System System.Net.Http System.Xml System.Runtime.Serialization System.Xml.Linq System.Data System.Configuration
14 LIB_MCS_FLAGS = \
15                 -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
16                 -resource:System.Net.Http.Properties.CommonWebApiResources.resources \
17                 -resource:System.Net.Http.Properties.Resources.resources
18
19 include ../../build/library.make
20
21 $(the_lib): System.Net.Http.Properties.CommonWebApiResources.resources \
22         System.Net.Http.Properties.Resources.resources