Merge pull request #946 from akoeplinger/fix-mono-parallel
[mono.git] / mcs / class / I18N / MidEast / Makefile
1 thisdir = class/I18N/MidEast
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = I18N.MidEast.dll
6 LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll /unsafe
7 #NO_TEST = yes
8
9 EXTRA_DISTFILES = $(wildcard *.ucm) \
10         $(wildcard Test/texts/*.txt)
11
12 include ../../../build/library.make