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

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

LIBRARY = $(topdir)/class/lib/I18N.West.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