[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / I18N / West / Makefile
index 918170309579c85773a9fb4ebd114ee5238fa580..bc4b2386188478bf070d57a2a90973b2a6b08cc7 100644 (file)
@@ -3,10 +3,11 @@ SUBDIRS =
 include ../../../build/rules.make
 
 LIBRARY = I18N.West.dll
-LIBRARY_USE_INTERMEDIATE_FILE = yes
-LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll
-NO_TEST = yes
+LIB_REFS = I18N
+LOCAL_MCS_FLAGS = /unsafe
+#NO_TEST = yes
 
-EXTRA_DISTFILES = $(wildcard *.ucm)
+EXTRA_DISTFILES = $(wildcard *.ucm) \
+       $(wildcard Test/texts/*.txt)
 
 include ../../../build/library.make