aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-05 21:37:45 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-05 21:37:45 +0000
commitaf365687324c8515ff1a2ef5d3c59e9570c7a8b8 (patch)
treee578558c0567380e3e4a1602af821a2d6440e8a2 /plugins/Makefile.nmake
parentae54bdeef8222b5bf68669ce054c982f98bafb7a (diff)
Remove entries for the lua plugin as it's not used any more.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19441 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index d18c5a51e9..b83d5d5c25 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -93,14 +93,6 @@ irda::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
cd ..
-lua::
-!IFDEF LUA_DIR
- cd lua
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake init.lua
- cd ..
-!ENDIF
-
lwres::
cd lwres
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
@@ -194,8 +186,6 @@ clean:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
- cd ../lua
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../lwres
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../mate
@@ -250,8 +240,6 @@ distclean: clean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
- cd ../lua
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../lwres
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
cd ../mate
@@ -306,8 +294,6 @@ maintainer-clean: distclean
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../irda
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
- cd ../lua
- $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../lwres
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake maintainer-clean
cd ../mate
@@ -357,9 +343,6 @@ install-plugins:
xcopy gryphon\*.dll $(VERSION) /d
xcopy h223\*.dll $(VERSION) /d
xcopy irda\*.dll $(VERSION) /d
-!IFDEF LUA_DIR
- xcopy lua\*.dll $(VERSION) /d
-!ENDIF
xcopy lwres\*.dll $(VERSION) /d
xcopy mate\*.dll $(VERSION) /d
xcopy megaco\*.dll $(VERSION) /d