Merge pull request #704 from jgagnon/master
[mono.git] / mcs / nunit24 / NUnitMocks / mocks / Makefile
1 thisdir = nunit24/NUnitMocks/mocks
2 SUBDIRS = 
3 include ../../../build/rules.make
4
5 LIBRARY = nunit.mocks.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 = \
12         nunit.mocks.csproj \
13         nunit.mocks_VS2005.csproj
14
15 include ../../../build/library.make