Merge pull request #1514 from directhex/master
[mono.git] / mcs / class / System.Web.WebPages.Razor / Makefile
1 thisdir = class/System.Web.WebPages.Razor
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Web.WebPages.Razor.dll
6 LIBRARY_NAME = System.Web.WebPages.Razor.dll
7
8 System.Web.WebPages.Razor.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
9         $(RESGEN) "$<" "$@"
10         
11 System.Web.WebPages.Razor.Resources.RazorWebResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages.Razor/Resources/RazorWebResources.resx
12         $(RESGEN) "$<" "$@"
13
14 LIB_REFS = System System.Core System.Configuration System.Web System.Web.WebPages System.Web.Razor
15 LIB_MCS_FLAGS = \
16                 /warn:1 \
17                 /keyfile:../winfx.pub \
18                 /delaysign \
19                 /r:System.dll \
20                 /r:System.Core.dll \
21                 /r:System.Configuration.dll \
22                 /r:System.Web.dll \
23                 /r:System.Web.WebPages.dll \
24                 /r:System.Web.Razor.dll \
25                 /d:ASPNETWEBPAGES \
26                 /resource:System.Web.WebPages.Razor.Resources.RazorWebResources.resources \
27                 /resource:System.Web.WebPages.Razor.Common.CommonResources.resources
28
29 include ../../build/library.make
30
31 $(build_lib): System.Web.WebPages.Razor.Resources.RazorWebResources.resources \
32                 System.Web.WebPages.Razor.Common.CommonResources.resources
33
34