Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web.WebPages.Deployment/Makefile')
-rw-r--r--mcs/class/System.Web.WebPages.Deployment/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Web.WebPages.Deployment/Makefile b/mcs/class/System.Web.WebPages.Deployment/Makefile
index 6150b2df386..f280b4b75cf 100644
--- a/mcs/class/System.Web.WebPages.Deployment/Makefile
+++ b/mcs/class/System.Web.WebPages.Deployment/Makefile
@@ -15,7 +15,7 @@ RESOURCES = $(subst $(UPSTREAM_DIR),$(build_libdir),$(RESX_DIST:.resx=.resources
LIB_MCS_FLAGS = \
/warn:1 \
/noconfig \
- /keyfile:../winfx.pub \
+ /keyfile:../winfx.pub -delaysign \
/r:System.dll \
/r:System.Core.dll \
/r:System.Configuration.dll \