summaryrefslogtreecommitdiff
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:24:27 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:24:27 +0000
commitb171a36a4f325861ec7fc679b58a7f3c42010dd7 (patch)
tree0ea7e2d755167837b4cdecb23979a3dce6e1c6d8 /plugins/Makefile.nmake
parent56a1139bc0b5c8b8d19088a1d6f590792a17a931 (diff)
downloadwireshark-b171a36a4f325861ec7fc679b58a7f3c42010dd7.tar.gz
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27498
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 3348d56f3e..b4131ebeff 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -84,9 +84,6 @@ process-plugins:
cd profinet
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
- cd rlm
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
- cd ..
cd sercosiii
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
@@ -130,7 +127,6 @@ install-plugins:
xcopy plugins\opsi\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
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\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