X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fnunit24%2FNUnitCore%2Fcore%2FMakefile;h=9c7c76c56f3d8034c14226181419c4e983f03a74;hb=68be3904cf770be9f98a6ce0e8d71899cb94f189;hp=ac3b0146fbfb99fc9f9ecb04302b6c3fed65fd3d;hpb=811674bc6331c98d33134e2a37a7c7dd66402227;p=mono.git diff --git a/mcs/nunit24/NUnitCore/core/Makefile b/mcs/nunit24/NUnitCore/core/Makefile index ac3b0146fbf..9c7c76c56f3 100644 --- a/mcs/nunit24/NUnitCore/core/Makefile +++ b/mcs/nunit24/NUnitCore/core/Makefile @@ -1,11 +1,12 @@ -thisdir = nunit20/NUnitCore/core +thisdir = nunit24/NUnitCore/core SUBDIRS = include ../../../build/rules.make LIBRARY = nunit.core.dll LIBRARY_SNK = $(topdir)/nunit24/nunit.snk -LOCAL_MCS_FLAGS= -r:nunit.framework.dll -r:nunit.core.interfaces.dll -r:System.dll /d:StronglyNamedAssembly -warn:1 +LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign +LIB_REFS = nunit.framework nunit.core.interfaces System NO_TEST = yo EXTRA_DISTFILES = nunit.core.dll.csproj nunit.core.dll_VS2005.csproj