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