merge -r 53370:58178
[mono.git] / mcs / nunit20 / core / Makefile
1 thisdir = nunit20/core
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = nunit.core.dll
6 LIBRARY_SNK = $(topdir)/nunit.key
7
8 LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
9 NO_TEST = yo
10
11 ifeq (net_2_0, $(PROFILE))
12 NO_INSTALL = yes
13 endif
14
15
16 EXTRA_DISTFILES = nunit.core.dll.csproj
17
18 include ../../build/library.make