2004-01-19 Atsushi Enomoto <atsushi@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 LIBRARY_SNK = $(topdir)/nunit.key
8
9 LIB_MCS_FLAGS = -debug /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = \
13         nunit.framework.dll.csproj
14
15 include ../../build/library.make