e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
15 lines
450 B
Makefile
15 lines
450 B
Makefile
thisdir = class/I18N/CJK
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
LIBRARY = I18N.CJK.dll
|
|
LIB_REFS = I18N
|
|
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
|