Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefile.gnu « Rare « I18N « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15aa6124dd3a9b6d2279dc8590edf02963bb1c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
topdir = ../../..

LIBRARY = $(topdir)/class/lib/I18N.Rare.dll

LIB_LIST = list.unix
LIB_FLAGS = -r corlib -r mscorlib -r I18N

SOURCES_INCLUDE=*.cs
SOURCES_EXCLUDE=

export MONO_PATH_PREFIX = $(topdir)/class/lib:

include $(topdir)/class/library.make