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
|