2007-12-06 Atsushi Enomoto <atsushi@ximian.com>
[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 EXTRA_DISTFILES = App.ico nunit-console.csproj nunit-console.exe.config.net_2_0
8
9 include ../../build/executable.make