Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nunit24/NUnitCore/core/Makefile')
-rw-r--r--mcs/nunit24/NUnitCore/core/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/nunit24/NUnitCore/core/Makefile b/mcs/nunit24/NUnitCore/core/Makefile
deleted file mode 100644
index 7c0439ba163..00000000000
--- a/mcs/nunit24/NUnitCore/core/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-thisdir = nunit24/NUnitCore/core
-SUBDIRS =
-include ../../../build/rules.make
-
-LIBRARY = nunit.core.dll
-KEYFILE = $(topdir)/nunit24/nunit.pub
-
-LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /delaysign
-LIB_REFS = nunit.framework nunit.core.interfaces System
-NO_TEST = yo
-
-EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj
-
-include ../../../build/library.make