[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Web.WebPages.Deployment / Makefile
index 2e704de873419e2038fbadbd36737148590875d1..bb1cd40bfd4e4425a504036816720fcd65d7f949 100644 (file)
@@ -11,9 +11,10 @@ RESOURCE_DEFS = \
 
 
 LIB_REFS = System System.Core System.Configuration System.Web Microsoft.Web.Infrastructure
+KEYFILE=../winfx.pub
 LIB_MCS_FLAGS = \
-               /warn:1 \
-               /keyfile:../winfx.pub -delaysign \
-               /d:ASPNETWEBPAGES 
+                       /warn:1 \
+                       -delaysign \
+                       /d:ASPNETWEBPAGES 
 
 include ../../build/library.make