wireshark/epan/wslua
Bill Meier d3efa3ed9f A bit of Windows makefiles rework and cleanup:
- Define macros for certain CFLAGS in config.nmake iso of having defs in each makefile;
  a. -DHAVE_CONFIG_H and -D_U_="" are now part of a macro named STANDARD_CFLAGS;
  b. -WX has been replaced by WARNINGS_ARE_ERRORS (defined as -WX in config.nmake)
      (This allows disabling "Warnings as Errors" by just changing config.nmake)
  c. CVARSDLL definitions (not usage) have been removed from the various makefiles.
     XXX: It appears the usage of CVARSDLL can also be removed (not yet done) since:
     -DWIN32 and -DNULL=0 do not appear to be needed (any more);
     -D_MT and _D_DLL  are not needed since /MP causes these definitions.
  d. Define a macro WARNINGS_CFLAGS with additional specific compiler (level4) warnings to be enabled.
     E.G., 4295: array is too small to include a terminating null character
- config.nmake: reformat some long lines for readability;
- plugins\Makefile.nmake: clean-deps does nothing: remove it (and usage in top-level makefile);
- dissectors/Makefile.nmake: test to enable packet-rrc.obj target needs to include MSVC2010 ...

svn path=/trunk/; revision=35747
2011-02-02 01:19:53 +00:00
..
CMakeLists.txt Remaining fixes for 2010-05-28 11:48:29 +00:00
Makefile.am Drop init_wslua.h from EXTRA_DIST 2010-12-09 15:47:23 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
console.lua Add a Manual entry to the Lua menu. 2011-01-31 21:13:20 +00:00
dtd_gen.lua Update Lua menu defines and put Lua functions in Tools. 2009-06-11 13:08:06 +00:00
init_wslua.c Put back a 'return' statement so GCC doesn't generate a warning... 2011-01-31 04:23:46 +00:00
lua_bitop.c Added Lua BitOp, made by Mike Pall. 2009-06-16 05:26:46 +00:00
make-init-lua.pl Remaining fixes for 2010-05-28 11:48:29 +00:00
make-reg.pl Move luaopen_bit() to wslua.h 2009-09-29 11:27:26 +00:00
make-taps.pl luis.ontanon@gmail.com => luis@ontanon.org 2008-08-05 21:03:46 +00:00
taps Enable Lua tcp tap userdata. 2009-06-09 14:51:00 +00:00
template-init.lua Fix the check for disable_lua. 2010-06-18 15:25:41 +00:00
wslua.h Doxygen changes. 2010-08-28 19:27:19 +00:00
wslua_dumper.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_field.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_gui.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_listener.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_pinfo.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_proto.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_tree.c Aw, man, I knew this code was parsed, but I missed the docbook part. Revert 34598 and 34599. 2010-10-21 12:41:15 +00:00
wslua_tvb.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00
wslua_util.c Fix a number of msvc level 4 "Unreachable code" warnings by removing unneeded 2011-01-30 22:32:25 +00:00