aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 10:52:05 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-22 10:52:05 +0000
commit9fb248f1c0c2a6b6092f1902087787e2f1c8b298 (patch)
treeb977229d5abc482c555560ce87e7e1fc26775e7e /plugins/Makefile.nmake
parent03bbd18a0bfb50b3d3c3c313fa112c03fd823e75 (diff)
downloadwireshark-9fb248f1c0c2a6b6092f1902087787e2f1c8b298.tar.gz
wireshark-9fb248f1c0c2a6b6092f1902087787e2f1c8b298.tar.bz2
wireshark-9fb248f1c0c2a6b6092f1902087787e2f1c8b298.zip
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27502
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 6e13ecb416..b3cefe987a 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -57,9 +57,6 @@ process-plugins:
cd gryphon
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
- cd infiniband
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
- cd ..
cd irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
@@ -109,7 +106,6 @@ install-plugins:
xcopy plugins\ethercat\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\giop\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\gryphon\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
- xcopy plugins\infiniband\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\irda\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\m2m\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\mate\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d