10 lines
206 B
Makefile
Raw Normal View History

thisdir = class/I18N/Common
SUBDIRS =
include ../../../build/rules.make
LIBRARY = I18N.dll
LOCAL_MCS_FLAGS = /r:$(corlib) /unsafe /define:DISABLE_UNSAFE
NO_TEST = yes
include ../../../build/library.make