summaryrefslogtreecommitdiff
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 00:04:14 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 00:04:14 +0000
commit663f835c1e25d5a868a7b51c255484dc409bd643 (patch)
treef0a1b4cae10c041e391ebb51881652d7e3d01a20 /plugins/Makefile.nmake
parent47f31f3f91712ec3a4bea9abe6fcd6e23a3e3c92 (diff)
downloadwireshark-663f835c1e25d5a868a7b51c255484dc409bd643.tar.gz
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27496
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 501db9a4ee..8fe510eaa2 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -90,9 +90,6 @@ process-plugins:
cd rtnet
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
- cd rudp
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
- cd ..
cd sercosiii
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
@@ -138,7 +135,6 @@ install-plugins:
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\rudp\*.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