a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
12 lines
235 B
Makefile
12 lines
235 B
Makefile
thisdir = class/I18N/Rare
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
LIBRARY = I18N.Rare.dll
|
|
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll /unsafe
|
|
NO_TEST = yes
|
|
|
|
EXTRA_DISTFILES = $(wildcard *.ucm)
|
|
|
|
include ../../../build/library.make
|