2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[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 ifeq (net_2_0, $(PROFILE))
13 NO_INSTALL = yes
14 endif
15
16
17 EXTRA_DISTFILES = \
18         nunit.framework.dll.csproj
19
20 include ../../build/library.make