2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / nunit20 / framework / Makefile
1 thisdir = nunit20/framework
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = NUnit.Framework.dll
6 LIBRARY_NAME = nunit.framework.dll
7 LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
8 NO_TEST = yo
9
10 EXTRA_DISTFILES = \
11         nunit.framework.dll.csproj
12
13 include ../../build/library.make