2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Web.WebPages
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Web.WebPages.dll
|
|
|
|
LIBRARY_NAME = System.Web.WebPages.dll
|
|
|
|
|
2016-11-10 13:04:39 +00:00
|
|
|
RESOURCE_DEFS = \
|
|
|
|
System.Web.WebPages.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
|
|
|
|
System.Web.WebPages.Resources.WebPageResources,../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = Microsoft.CSharp Microsoft.Web.Infrastructure System System.ComponentModel.DataAnnotations System.Configuration System.Core System.Data.Linq System.Web System.Web.WebPages.Deployment System.Web.Razor System.Xml System.Xml.Linq
|
2016-11-10 13:04:39 +00:00
|
|
|
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE=../winfx.pub
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = \
|
2017-10-19 20:04:20 +00:00
|
|
|
/warn:1 \
|
|
|
|
/delaysign \
|
2016-11-10 13:04:39 +00:00
|
|
|
/d:ASPNETWEBPAGES
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
EXTRA_DISTFILES = $(RESX_DIST)
|
|
|
|
|
|
|
|
include ../../build/library.make
|