2003-10-12 Todd Berman <tberman@gentoo.org>
[mono.git] / mcs / nunit20 / util / Makefile
1 thisdir = nunit20/util
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = NUnit.Util.dll
6 LOCAL_MCS_FLAGS= -r:NUnit.Framework.dll -r:System.Xml.dll
7 NO_TEST = yo
8
9 EXTRA_DISTFILES = nunit.util.dll.csproj
10
11 include ../../build/library.make