2
0

Makefile 884 B

123456789101112131415161718192021
  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_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Net.Http.dll -r:System.ComponentModel.DataAnnotations.dll \
  10. -r:System.Net.Http.Formatting.dll -r:System.Runtime.Caching.dll -r:System.Runtime.Serialization.dll -r:System.Data.Linq.dll \
  11. -d:ASPNETMVC -keyfile:../winfx.pub -delaysign
  12. include ../../build/library.make
  13. $(the_lib): System.Web.Http.Properties.CommonWebApiResources.resources \
  14. System.Web.Http.Properties.SRResources.resources