BUGFIX: when deleting directories, delete any files within them
[tfs.git] / nunit20 / core / Makefile
blob7ab742b53aa8c70c7ff2ca2fe9976fd23a467bba
1 thisdir = nunit20/core
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = nunit.core.dll
6 LIBRARY_SNK = $(topdir)/nunit.key
8 LOCAL_MCS_FLAGS= -debug -r:nunit.framework.dll -r:System.dll /d:StronglyNamedAssembly
9 NO_TEST = yo
11 ifeq (net_2_0, $(PROFILE))
12 NO_INSTALL = yes
13 endif
16 EXTRA_DISTFILES = nunit.core.dll.csproj
18 include ../../build/library.make