aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-02-21 20:22:40 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-02-21 20:22:40 +0000
commit715fd1d1693b11d28cc8e3b4f443fa7522c3853c (patch)
tree8cf247aabce6d310402aad93f7250f1006c0d450 /plugins/Makefile.nmake
parent60d78eefcf73a83038b51ee09f494d546026ec63 (diff)
Incorporate plugin dissector into build in collection.
svn path=/trunk/; revision=27492
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 e585f35b48..8ee17d2d61 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -105,9 +105,6 @@ process-plugins:
cd unistim
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
- cd v5ua
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
- cd ..
cd wimax
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake $(PLUGIN_TARGET)
cd ..
@@ -149,7 +146,6 @@ install-plugins:
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
- xcopy plugins\v5ua\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\wimax\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
xcopy plugins\wimaxasncp\*.dll $(INSTALL_DIR)\plugins\$(VERSION) /d
cd plugins