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

Makefile « System.Web.WebPages.Razor « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9f7f8f5cc4b5826dee279387a964fbc4f41fd00 (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.Razor
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.Web.WebPages.Razor.dll
LIBRARY_NAME = System.Web.WebPages.Razor.dll

RESOURCE_DEFS = \
	System.Web.WebPages.Razor.Common.CommonResources,../../../external/aspnetwebstack/src/CommonResources.resx \
	System.Web.WebPages.Razor.Resources.RazorWebResources,../../../external/aspnetwebstack/src/System.Web.WebPages.Razor/Resources/RazorWebResources.resx

LIB_REFS = System System.Core System.Configuration System.Web System.Web.WebPages System.Web.Razor
KEYFILE = ../winfx.pub
LIB_MCS_FLAGS = \
			/warn:1 \
			/delaysign \
	        /d:ASPNETWEBPAGES

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