592ce5bc160609434cccbf45e3a41e9473fbefe8
[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= /d:StronglyNamedAssembly /publicsign
9 LIB_REFS = nunit.framework System
10 NO_TEST = yo
11
12 EXTRA_DISTFILES = nunit.core.interfaces.dll.csproj nunit.core.interfaces.dll_VS2005.csproj
13
14 include ../../../build/library.make