summaryrefslogtreecommitdiff
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:41:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 09:41:05 +0000
commit1948ad3985b7f5068d4dc4831daf9978d918e1ff (patch)
tree6a90b936ca23c998f231a42c091b88cf6f35bd1c /plugins/Makefile.nmake
parentb171a36a4f325861ec7fc679b58a7f3c42010dd7 (diff)
downloadwireshark-1948ad3985b7f5068d4dc4831daf9978d918e1ff.tar.gz
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27499
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 b4131ebeff..3b180902f3 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -78,9 +78,6 @@ process-plugins:
cd opsi
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
- cd pcli
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
- cd ..
cd profinet
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
@@ -125,7 +122,6 @@ install-plugins:
xcopy plugins\mate\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\opcua\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
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\sercosiii\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\stats_tree\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d