2002-07-22 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / nunit / makefile.gnu
1 topdir = ..
2
3 LIBRARY = ../class/lib/NUnitCore_mono.dll
4
5 LIB_LIST = list.unix
6 LIB_FLAGS = -r ../class/lib/corlib.dll -r ../class/lib/System.dll
7
8 include ../class/library.make
9
10 MCS = mcs
11 MCS_FLAGS = --target library --noconfig
12