Makefile 889 B

123456789101112131415161718192021
  1. thisdir = class/System.Net.Http.Formatting
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Net.Http.Formatting.dll
  5. System.Net.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
  6. $(RESGEN) "$<" "$@"
  7. System.Net.Http.Properties.Resources.resources: ../../../external/aspnetwebstack/src/System.Net.Http.Formatting/Properties/Resources.resx
  8. $(RESGEN) "$<" "$@"
  9. 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 \
  10. -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
  11. -resource:System.Net.Http.Properties.CommonWebApiResources.resources
  12. include ../../build/library.make
  13. $(the_lib): System.Net.Http.Properties.CommonWebApiResources.resources \
  14. System.Net.Http.Properties.Resources.resources