94b2861243
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
23 lines
817 B
Makefile
23 lines
817 B
Makefile
thisdir = class/System.Web.WebPages
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.Web.WebPages.dll
|
|
LIBRARY_NAME = System.Web.WebPages.dll
|
|
|
|
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
|
|
|
|
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
|
|
|
|
LIB_MCS_FLAGS = \
|
|
/warn:1 \
|
|
/keyfile:../winfx.pub \
|
|
/delaysign \
|
|
/d:ASPNETWEBPAGES
|
|
|
|
EXTRA_DISTFILES = $(RESX_DIST)
|
|
|
|
include ../../build/library.make
|