List all commands without description
[tfs.git] / nunit20 / mocks / Makefile
blob5255907e2bc7b644c0240d8bb94ec86801425c11
1 thisdir = nunit20/mocks
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = nunit.mocks.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.mocks.csproj
18 include ../../build/library.make