10 lines
206 B
Makefile
10 lines
206 B
Makefile
|
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
|