wireshark/plugins/mate
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
..
examples Fix ...$ to : $ 2005-12-09 16:51:56 +00:00
matelib cleanup matelib and mate examples 2005-02-10 16:23:52 +00:00
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
INSTALL
Makefile.am Add Cmake stuff to the source distribution so more people can try it out. 2010-05-14 16:27:03 +00:00
Makefile.common Add a script as a front-end for Flex, to work around various problems, 2007-08-04 02:13:52 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
NEWS
mate.h Whitespace cleanup (remove trailing blanks from lines). 2011-01-30 22:57:00 +00:00
mate_grammar.lemon Be sure we initialize the p_id in hf's. This fixes 2010-04-14 18:39:00 +00:00
mate_parser.l luis.ontanon@gmail.com => luis@ontanon.org 2008-08-05 21:03:46 +00:00
mate_runtime.c Add a comment about some "unreachable code" indicating possible incorrect code someplace. 2011-01-30 22:42:06 +00:00
mate_setup.c Whitespace cleanup (remove trailing blanks from lines). 2011-01-30 22:57:00 +00:00
mate_util.c Fix some gcc -Wshadow warnings. 2010-01-28 21:49:30 +00:00
mate_util.h Removed redundant redeclaration of delete_avpl(). 2009-10-19 14:42:10 +00:00
moduleinfo.h MATE has a grammar. 2005-05-16 13:28:35 +00:00
moduleinfo.nmake Set the right properties on the files. 2006-12-19 22:30:38 +00:00
packet-mate.c Whitespace cleanup (remove trailing blanks from lines). 2011-01-30 22:57:00 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00