Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.Web.WebPages « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91e15810c7d829f8455aef378d581a5e72030826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

KEYFILE=../winfx.pub
LIB_MCS_FLAGS = \
			/warn:1 \
			/delaysign \
	        /d:ASPNETWEBPAGES 

EXTRA_DISTFILES = $(RESX_DIST)

include ../../build/library.make