You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -7,27 +7,12 @@ LIBRARY_NAME = System.Web.Mvc.dll
|
||||
|
||||
RESX_DIST = Mvc/Resources/MvcResources.resx
|
||||
|
||||
LIB_REFS = Microsoft.Web.Infrastructure System System.Core System.Configuration System.Data System.Xml System.Web System.Web.Abstractions System.Web.Routing System.Web.Extensions System.ComponentModel.DataAnnotations System.Data.Linq System.Runtime.Caching System.Web.Razor System.Web.WebPages.Razor System.Web.WebPages
|
||||
LIB_MCS_FLAGS = \
|
||||
/warn:1 \
|
||||
/keyfile:../winfx.pub \
|
||||
/d:MONO \
|
||||
/delaysign \
|
||||
/r:Microsoft.Web.Infrastructure.dll \
|
||||
/r:System.dll \
|
||||
/r:System.Core.dll \
|
||||
/r:System.Configuration.dll \
|
||||
/r:System.Data.dll \
|
||||
/r:System.Xml.dll \
|
||||
/r:System.Web.dll \
|
||||
/r:System.Web.Abstractions.dll \
|
||||
/r:System.Web.Routing.dll \
|
||||
/r:System.Web.Extensions.dll \
|
||||
/r:System.ComponentModel.DataAnnotations.dll \
|
||||
/r:System.Data.Linq.dll \
|
||||
/r:System.Runtime.Caching.dll \
|
||||
/r:System.Web.Razor.dll \
|
||||
/r:System.Web.WebPages.Razor.dll \
|
||||
/r:System.Web.WebPages.dll \
|
||||
$(foreach r, $(RESOURCES), /resource:$(r),System.Web.Mvc.Resources.$(notdir $(r)))
|
||||
|
||||
EXTRA_DISTFILES = $(RESX_DIST)
|
||||
|
||||
Reference in New Issue
Block a user