From 56a1139bc0b5c8b8d19088a1d6f590792a17a931 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sun, 22 Feb 2009 09:09:27 +0000 Subject: Incorporate plugin dissector into build in collection. svn path=/trunk/; revision=27497 --- plugins/Makefile.nmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/Makefile.nmake') diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake index 8fe510eaa2..3348d56f3e 100644 --- a/plugins/Makefile.nmake +++ b/plugins/Makefile.nmake @@ -87,9 +87,6 @@ process-plugins: cd rlm $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET) cd .. - cd rtnet - $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET) - cd .. cd sercosiii $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET) cd .. @@ -134,7 +131,6 @@ install-plugins: xcopy plugins\pcli\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy plugins\profinet\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy plugins\rlm\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d - xcopy plugins\rtnet\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy plugins\sercosiii\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy plugins\stats_tree\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d xcopy plugins\unistim\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d -- cgit v1.2.3