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