Merge pull request #5313 from lambdageek/corefx-sre-fixup
[mono.git] / mcs / class / System.Web.WebPages.Deployment / Makefile
1 thisdir = class/System.Web.WebPages.Deployment
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.WebPages.Deployment.dll
6 LIBRARY_NAME = System.Web.WebPages.Deployment.dll
7
8 RESOURCE_DEFS = \
9         System.Web.WebPages.Deployment.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
10         System.Web.WebPages.Deployment.Resources.ConfigurationResources,../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx
11
12
13 LIB_REFS = System System.Core System.Configuration System.Web Microsoft.Web.Infrastructure
14 KEYFILE=../winfx.pub
15 LIB_MCS_FLAGS = \
16                         /warn:1 \
17                         -delaysign \
18                         /d:ASPNETWEBPAGES 
19
20 include ../../build/library.make