Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

22 lines
978 B
Makefile

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_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 -r:System.Configuration.dll \
-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