Merge pull request #1317 from nealef/master
[mono.git] / mcs / nunit24 / ConsoleRunner / nunit-console / Makefile
1 thisdir = nunit24/ConsoleRunner/nunit-console
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit-console-runner.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LOCAL_MCS_FLAGS= \
9         -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll \
10         -r:System.dll -r:System.Xml.dll \
11         /d:MONO /d:StronglyNamedAssembly
12 NO_TEST = yo
13
14 EXTRA_DISTFILES = nunit-console.csproj nunit-console_VS2005.csproj
15
16 include ../../../build/library.make