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