[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / I18N / Common / Makefile
index af1aa401cd540d337743de75df02a68dcde2a914..232eff09a5bf8f1054186866c2b6b6ac53c6794c 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS =
 include ../../../build/rules.make
 
 LIBRARY = I18N.dll
-LOCAL_MCS_FLAGS = /r:$(corlib) /unsafe /define:DISABLE_UNSAFE
+KEYFILE = ../../mono.pub
+LOCAL_MCS_FLAGS = /unsafe /define:DISABLE_UNSAFE
 NO_TEST = yes
 
 include ../../../build/library.make