7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
16 lines
475 B
Makefile
16 lines
475 B
Makefile
thisdir = class/I18N/CJK
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
LIBRARY = I18N.CJK.dll
|
|
LIB_REFS = I18N
|
|
KEYFILE = ../../mono.pub
|
|
LOCAL_MCS_FLAGS = /unsafe /resource:big5.table /resource:gb2312.table /resource:jis.table /resource:ks.table /resource:gb18030.table /define:DISABLE_UNSAFE
|
|
TEST_LIB_REFS = I18N
|
|
|
|
EXTRA_DISTFILES = big5.table jis.table gb2312.table ks.table gb18030.table \
|
|
README.gb18030 \
|
|
$(wildcard Test/texts/*.txt)
|
|
|
|
include ../../../build/library.make
|