**** Merged from MCS ****
[mono-project.git] / mcs / nunit20 / core / Makefile
blob575e4f0652a3dfbc61f221a449138149e2678c2e
1 thisdir = nunit20/core
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = nunit.core.dll
6 LIBRARY_SNK = $(topdir)/nunit.key
8 LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
9 NO_TEST = yo
11 EXTRA_DISTFILES = nunit.core.dll.csproj
13 include ../../build/library.make