Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « nunit-console « nunit20 « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59c2ea7e8a388e0e96fe314f6acf1d808a96bb9d (plain)
1
2
3
4
5
6
7
8
9
thisdir = nunit20/nunit-console
SUBDIRS = 
include ../../build/rules.make

PROGRAM = $(topdir)/class/lib/$(PROFILE)/nunit-console.exe
LOCAL_MCS_FLAGS = /r:nunit.framework.dll /r:nunit.util.dll /r:nunit.core.dll
DISTFILES = app.config App.ico nunit-console.csproj nunit-console.exe.config.net_2_0

include ../../build/executable.make