Makefile 932 B

12345678910111213141516171819202122
  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_REFS = System.Core System System.Net.Http System.Xml System.Runtime.Serialization System.Xml.Linq System.Data System.Configuration
  10. LIB_MCS_FLAGS = \
  11. -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
  12. -resource:System.Net.Http.Properties.CommonWebApiResources.resources \
  13. -resource:System.Net.Http.Properties.Resources.resources
  14. include ../../build/library.make
  15. $(the_lib): System.Net.Http.Properties.CommonWebApiResources.resources \
  16. System.Net.Http.Properties.Resources.resources