Makefile 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. thisdir = class/System.Web.WebPages
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Web.WebPages.dll
  5. LIBRARY_NAME = System.Web.WebPages.dll
  6. System.Web.WebPages.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
  7. $(RESGEN) "$<" "$@"
  8. System.Web.WebPages.Resources.WebPageResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
  9. $(RESGEN) "$<" "$@"
  10. LIB_MCS_FLAGS = \
  11. /warn:1 \
  12. /keyfile:../winfx.pub \
  13. /delaysign \
  14. /r:Microsoft.CSharp.dll \
  15. /r:Microsoft.Web.Infrastructure.dll \
  16. /r:System.dll \
  17. /r:System.ComponentModel.DataAnnotations.dll \
  18. /r:System.Configuration.dll \
  19. /r:System.Core.dll \
  20. /r:System.Data.Linq.dll \
  21. /r:System.Web.dll \
  22. /r:System.Web.WebPages.Deployment.dll \
  23. /r:System.Web.Razor.dll \
  24. /r:System.Xml.dll \
  25. /r:System.Xml.Linq.dll \
  26. /d:ASPNETWEBPAGES \
  27. /resource:System.Web.WebPages.Resources.WebPageResources.resources \
  28. /resource:System.Web.WebPages.Common.CommonResources.resources
  29. EXTRA_DISTFILES = $(RESX_DIST)
  30. include ../../build/library.make
  31. $(build_lib): System.Web.WebPages.Resources.WebPageResources.resources \
  32. System.Web.WebPages.Common.CommonResources.resources