summaryrefslogtreecommitdiff
path: root/mcs/class/System.Net.Http.Formatting/Makefile
blob: e6bee285bd1b640de15d29342c9b9f12a62b72a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
thisdir = class/System.Net.Http.Formatting
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Net.Http.Formatting.dll

System.Net.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
	$(RESGEN) "$<" "$@"

System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx
	$(RESGEN) "$<" "$@"

LIB_REFS = System.Core System System.Net.Http System.Xml System.Runtime.Serialization System.Xml.Linq System.Data System.Configuration
LIB_MCS_FLAGS = \
		-d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
		-resource:System.Net.Http.Properties.CommonWebApiResources.resources \
		-resource:System.Net.Http.Properties.Resources.resources

include ../../build/library.make

$(the_lib): System.Net.Http.Properties.CommonWebApiResources.resources \
	System.Net.Http.Properties.Resources.resources