2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.Web.WebPages.Deployment
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.Web.WebPages.Deployment.dll
|
|
|
|
LIBRARY_NAME = System.Web.WebPages.Deployment.dll
|
|
|
|
|
|
|
|
System.Web.WebPages.Deployment.Common.CommonResources.resources: ../../../external/aspnetwebstack/src/CommonResources.resx
|
|
|
|
$(RESGEN) "$<" "$@"
|
|
|
|
|
|
|
|
System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources: ../../../external/aspnetwebstack/src/System.Web.WebPages.Deployment/Resources/ConfigurationResources.resx
|
|
|
|
$(RESGEN) "$<" "$@"
|
|
|
|
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core System.Configuration System.Web Microsoft.Web.Infrastructure
|
2014-08-13 10:39:27 +01:00
|
|
|
LIB_MCS_FLAGS = \
|
|
|
|
/warn:1 \
|
|
|
|
/keyfile:../winfx.pub -delaysign \
|
|
|
|
/d:ASPNETWEBPAGES \
|
|
|
|
/resource:System.Web.WebPages.Deployment.Common.CommonResources.resources \
|
|
|
|
/resource:System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources
|
|
|
|
|
|
|
|
include ../../build/library.make
|
|
|
|
|
|
|
|
$(build_lib): System.Web.WebPages.Deployment.Common.CommonResources.resources \
|
|
|
|
System.Web.WebPages.Deployment.Resources.ConfigurationResources.resources
|