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

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

LIBRARY = nunit.core.dll
LIBRARY_SNK = $(topdir)/nunit.key

LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
NO_TEST = yo

EXTRA_DISTFILES = nunit.core.dll.csproj

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