wireshark/plugins/unistim
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
..
AUTHORS
CMakeLists.txt Plugins are not shared libraries, so: 2010-09-24 20:41:34 +00:00
COPYING
ChangeLog
Makefile.am Synchronize Makefiles even more. 2010-05-14 16:48:17 +00:00
Makefile.common From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to Unistim plugin. 2010-08-12 15:47:31 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
TODO Add RT(C)P conversation setup. 2007-09-13 18:47:10 +00:00
audio.h Fix some typos and spelling (mostly in text strings) 2008-12-22 15:24:18 +00:00
basic.h From Don Newton: 2007-09-19 18:57:09 +00:00
broadcast.h
defines.h From Don Newton: 2008-12-02 07:09:01 +00:00
display.h Fix some typos and spelling (mostly in text strings) 2008-12-22 15:24:18 +00:00
expansion.h Add new expansion.h file left out of the previous commit. 2010-08-12 15:58:01 +00:00
key.h
moduleinfo.h
moduleinfo.nmake
network.h The only reason to escape "%" in a string is if you are, incorrectly, 2010-07-09 21:27:08 +00:00
packet-unistim.c Fix some cut-and-pasteos and other typoes. 2011-01-02 19:39:24 +00:00
packet-unistim.h From Chad Singer: 2007-09-10 07:21:27 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00
uftp.h From Don Newton: 2007-09-24 19:56:17 +00:00