aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-13 22:13:31 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-13 22:13:31 +0000
commiteb9143e0d2f723741182000d53dea2f790562ae0 (patch)
tree0ba1a8dd85b6601569daf902c96072e4c5e53cef /Makefile.nmake
parent76f14648917cba97e73a8e28793073a76124e425 (diff)
- disable print
- add a log facility to lua (so far just prints to stderr) - add settings to disable lua even if installed, to load or not to load user scripts when superuser - create a default /usr/local/share/ethereal/init.lua that blocks all the io/system calls when running as superuser git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17290 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 1268f2b1dd..ecad5375c1 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -672,4 +672,8 @@ clean-deps:
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean-deps
cd ..
+init.lua: template-init.lua make-init-lua.pl epan/ftypes/ftypes.h wiretap/wtap.h
+ $(PERL) make-init-lua.pl template-init.lua > init.lua
+
+