Force all test assemblies references to be explicit
[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 System.Web.WebPages.Deployment.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
9         $(RESGEN) "$<" "$@"
10         
11 System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx
12         $(RESGEN) "$<" "$@"
13
14 LIB_MCS_FLAGS = \
15                 /warn:1 \
16                 /keyfile:../winfx.pub -delaysign \
17                 /r:System.dll \
18                 /r:System.Core.dll \
19                 /r:System.Configuration.dll \
20                 /r:System.Web.dll \
21                 /r:Microsoft.Web.Infrastructure.dll \
22                 /d:ASPNETWEBPAGES \
23                 /resource:System.Web.WebPages.Deployment.Common.CommonResources.resources \
24                 /resource:System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources
25
26 include ../../build/library.make
27
28 $(build_lib): System.Web.WebPages.Deployment.Common.CommonResources.resources \
29                 System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources