7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
14 lines
253 B
Makefile
14 lines
253 B
Makefile
thisdir = class/I18N/Other
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
LIBRARY = I18N.Other.dll
|
|
LIB_REFS = I18N
|
|
KEYFILE = ../../mono.pub
|
|
LOCAL_MCS_FLAGS = /unsafe
|
|
NO_TEST = yes
|
|
|
|
EXTRA_DISTFILES = $(wildcard *.ucm)
|
|
|
|
include ../../../build/library.make
|