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: 0a33bca390afe330f964c27e8be887de7a204a8b (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

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