[sgen] Evacuate from emptier blocks to fuller ones
[mono.git] / mcs / nunit24 / NUnitExtensions / core / Makefile
1 thisdir = nunit24/NUnitExtensions/core
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.core.extensions.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LIB_MCS_FLAGS = \
9         -debug \
10         /r:nunit.core.dll /r:nunit.core.interfaces.dll \
11         /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
12 NO_TEST = yo
13
14 EXTRA_DISTFILES = \
15         nunit.core.extensions.dll.csproj \
16         nunit.core.extensions.dll_VS2005.csproj
17
18 include ../../../build/library.make