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

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

PROGRAM = nunit-lite-console.exe
LOCAL_MCS_FLAGS = /r:nunitlite.dll 

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