12 lines
235 B
Makefile
Raw Normal View History

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