X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web.Mvc3%2FMakefile;h=024e52e89eaa78c9af59c9fc1db03d0399e0b498;hb=81bd8db9cf9449aa500910c9fc9003cd77ed5244;hp=f420f12a1d73dbfc4808f0c8d726d0218681fb34;hpb=f78e6f8fee273c6c80c8c36e7e1b2bbd8392b8cb;p=mono.git diff --git a/mcs/class/System.Web.Mvc3/Makefile b/mcs/class/System.Web.Mvc3/Makefile index f420f12a1d7..024e52e89ea 100644 --- a/mcs/class/System.Web.Mvc3/Makefile +++ b/mcs/class/System.Web.Mvc3/Makefile @@ -4,31 +4,15 @@ include ../../build/rules.make LIBRARY = System.Web.Mvc3.dll LIBRARY_NAME = System.Web.Mvc.dll -LIBRARY_USE_INTERMEDIATE_FILE = yes 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)