Merge pull request #3025 from kumpera/mono_raise_exception_in_threads
[mono.git] / mcs / class / System.Web.Mvc3 / Makefile
index f420f12a1d73dbfc4808f0c8d726d0218681fb34..024e52e89eaa78c9af59c9fc1db03d0399e0b498 100644 (file)
@@ -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)