2004-06-10 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / nunit20 / core / Makefile
1 thisdir = nunit20/core
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = nunit.core.dll
6 LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
7 NO_TEST = yo
8
9 EXTRA_DISTFILES = nunit.core.dll.csproj
10
11 include ../../build/library.make