[build] Roslyn switch
[mono.git] / mcs / nunit24 / NUnitCore / core / Makefile
1 thisdir = nunit24/NUnitCore/core
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.core.dll
6 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
7
8 LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign /keyfile:../../nunit.snk
9 LIB_REFS = nunit.framework nunit.core.interfaces System
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj
13
14 include ../../../build/library.make