[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / tools / nunit-lite / NUnitLite / Makefile
1 thisdir = tools/nunit-lite/NUnitLite
2
3 include ../../../build/rules.make
4
5 LIBRARY = nunitlite.dll
6 LIBRARY_SNK = ../../../../external/nunit-lite/NUnitLite-1.0.0/src/framework/nunit.snk
7
8 LOCAL_MCS_FLAGS= /target:library /define:"__MOBILE__;TRACE;DEBUG;NET_4_0;CLR_4_0,NUNITLITE" /nostdlib -r:System.dll -r:System.Xml.dll -r:System.Core.dll -r:mscorlib.dll /warn:4 /noconfig /debug:full /debug+ /keyfile:$(LIBRARY_SNK) /optimize
9
10 NO_TEST = yes
11
12 EXTRA_DISTFILES =
13
14 include ../../../build/library.make
15