aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:09:27 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:09:27 +0000
commit56a1139bc0b5c8b8d19088a1d6f590792a17a931 (patch)
treef98a9e20d4498f525a389550d333d30e179b9d79 /plugins/Makefile.nmake
parent663f835c1e25d5a868a7b51c255484dc409bd643 (diff)
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27497
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake4
1 files changed, 0 insertions, 4 deletions
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