[sgen] Evacuate from emptier blocks to fuller ones
[mono.git] / mcs / nunit24 / NUnitCore / core / Makefile
1 thisdir = nunit20/NUnitCore/core
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.core.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -warn:1
9 NO_TEST = yo
10
11 EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj
12
13 include ../../../build/library.make