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

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

LIBRARY = ../class/lib/NUnitCore_mono.dll

LIB_LIST = list.unix
LIB_FLAGS = -r ../class/lib/corlib.dll -r ../class/lib/System.dll

SOURCES_INCLUDE=./src/NUnitCore/*.cs
SOURCES_EXCLUDE=/dev/null

export MONO_PATH_PREFIX = ../class/lib:

include ../class/library.make