2e704de873419e2038fbadbd36737148590875d1
[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 LIB_MCS_FLAGS = \
15                 /warn:1 \
16                 /keyfile:../winfx.pub -delaysign \
17                 /d:ASPNETWEBPAGES 
18
19 include ../../build/library.make