[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Web.WebPages / Makefile
1 thisdir = class/System.Web.WebPages
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.WebPages.dll
6 LIBRARY_NAME = System.Web.WebPages.dll
7
8 RESOURCE_DEFS = \
9         System.Web.WebPages.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
10         System.Web.WebPages.Resources.WebPageResources,../../../external/aspnetwebstack/src/System.Web.WebPages/Resources/WebPageResources.resx
11
12 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
13
14 KEYFILE=../winfx.pub
15 LIB_MCS_FLAGS = \
16                         /warn:1 \
17                         /delaysign \
18                 /d:ASPNETWEBPAGES 
19
20 EXTRA_DISTFILES = $(RESX_DIST)
21
22 include ../../build/library.make