cvs ignores, sorry about the spam
[mono.git] / mcs / nunit20 / framework / Makefile
index 2b040cef13d88583470078a1b899c8a5ce34c06a..928299815be85dac12b6dab5c609890317db20eb 100644 (file)
@@ -3,17 +3,13 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = NUnit.Framework.dll
-LIB_MCS_FLAGS = \
-       /resource:Transform.resources,NUnit.Framework.Transform.resources \
-       /r:System.Xml.dll /r:System.dll
+LIBRARY_NAME = nunit.framework.dll
+LIBRARY_SNK = $(topdir)/nunit.key
+
+LIB_MCS_FLAGS = /r:System.Xml.dll /r:System.dll /d:StronglyNamedAssembly
 NO_TEST = yo
 
 EXTRA_DISTFILES = \
-       Transform.resources             \
-       Transform.resx                  \
-       nunit.framework.dll.csproj      \
-       Results.xsd                     \
-       Results.xsx                     \
-       Summary.xslt
+       nunit.framework.dll.csproj
 
 include ../../build/library.make