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

Makefile « framework « nunit20 « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 928299815be85dac12b6dab5c609890317db20eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
thisdir = nunit20/framework
SUBDIRS = 
include ../../build/rules.make

LIBRARY = NUnit.Framework.dll
LIBRARY_NAME = nunit.framework.dll
LIBRARY_SNK = $(topdir)/nunit.key

LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
NO_TEST = yo

EXTRA_DISTFILES = \
	nunit.framework.dll.csproj

include ../../build/library.make