Makefile 965 B

1234567891011121314151617181920212223
  1. thisdir = class/System.Web.Http
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Web.Http.dll
  5. System.Web.Http.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
  6. $(RESGEN) "$<" "$@"
  7. System.Web.Http.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http/Properties/SRResources.resx
  8. $(RESGEN) "$<" "$@"
  9. LIB_REFS = System.Core System System.Xml System.Net.Http System.ComponentModel.DataAnnotations System.Net.Http.Formatting System.Runtime.Caching System.Runtime.Serialization System.Data.Linq
  10. LIB_MCS_FLAGS = \
  11. -d:ASPNETMVC -keyfile:../winfx.pub -delaysign \
  12. -resource:System.Web.Http.Properties.CommonWebApiResources.resources \
  13. -resource:System.Web.Http.Properties.SRResources.resources
  14. include ../../build/library.make
  15. $(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
  16. System.Web.Http.Properties.SRResources.resources