Updated runtime version to v2.0.50727 (2.0 RTM). Use Consts.MonoVersion, Consts.FxFil...
[mono.git] / mcs / nunit20 / nunit-console / Makefile
1 thisdir = nunit20/nunit-console
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 PROGRAM = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
6 LOCAL_MCS_FLAGS = /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll
7 DISTFILES = app.config App.ico nunit-console.csproj
8
9 include ../../build/executable.make