Xamarin Public Jenkins 6992685b86 Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
2015-11-10 14:54:39 +00:00

23 lines
932 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_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