Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Web.Http.SelfHost « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4aa07ed91090ddbd089247416455f32ef6b88231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
thisdir = class/System.Web.Http.SelfHost
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Web.Http.SelfHost.dll

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


LIB_REFS = System.Core System System.Xml System.Configuration System.Net.Http System.Runtime.Serialization System.ServiceModel System.IdentityModel System.Web.Http System.Net.Http.Formatting
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll -r:System.Net.Http.dll \
		-r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.IdentityModel.dll \
		-r:System.Web.Http.dll -r:System.Net.Http.Formatting.dll \
		-d:ASPNETMVC -keyfile:../winfx.pub -delaysign

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

$(the_lib): System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources \
	System.Web.Http.SelfHost.Properties.SRResources.resources