[build] Roslyn switch
[mono.git] / mcs / nunit24 / ConsoleRunner / nunit-console / Makefile
index 4061610ab5694d00c8a241db6a14eda3e84b6891..7dc5339e98773c8547b0385ab2b3fca409396a3f 100644 (file)
@@ -5,26 +5,10 @@ include ../../../build/rules.make
 LIBRARY = nunit-console-runner.dll
 LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
 
-LOCAL_MCS_FLAGS= \
-       -r:nunit.core.dll -r:nunit.core.interfaces.dll -r:nunit.util.dll \
-       -r:System.dll -r:System.Xml.dll \
-       /d:MONO /d:StronglyNamedAssembly
+LOCAL_MCS_FLAGS= /d:MONO /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
+LIB_REFS = nunit.core nunit.core.interfaces nunit.util System System.Xml
 NO_TEST = yo
 
 EXTRA_DISTFILES = nunit-console.csproj nunit-console_VS2005.csproj
 
-ifeq (net_2_0, $(PROFILE))
-NO_INSTALL = yes
-install-local: install-symlink
-uninstall-local: uninstall-symlink
-endif
-
 include ../../../build/library.make
-
-symlinkdir = $(mono_libdir)/mono/$(FRAMEWORK_VERSION)
-install-symlink:
-       $(MKINSTALLDIRS) $(DESTDIR)$(symlinkdir)
-       cd $(DESTDIR)$(symlinkdir) && rm -f $(LIBRARY_NAME) && ln -s ../1.0/$(LIBRARY_NAME) $(LIBRARY_NAME)
-
-uninstall-symlink:
-       rm -f $(DESTDIR)$(symlinkdir)/$(LIBRARY_NAME)