[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Web.Razor / Makefile
index e4472a96a0c3d4beb9ec6dae32aeb0c9a29237b9..c329613bdf469a9967065b56f1bd6adc2ce54cb8 100644 (file)
@@ -10,10 +10,10 @@ RESOURCE_DEFS = \
        System.Web.Razor.Resources.RazorResources,../../../external/aspnetwebstack/src/System.Web.Razor/Resources/RazorResources.resx
 
 LIB_REFS = System System.Core
+KEYFILE = ../winfx.pub
 LIB_MCS_FLAGS = \
                /warn:1 \
-               /keyfile:../winfx.pub -delaysign \
-               /d:ASPNETWEBPAGES 
+               -delaysign \
+           /d:ASPNETWEBPAGES 
 
 include ../../build/library.make
-