Wireshark-commits: [Wireshark-commits] rev 35747: /trunk/ /trunk/plugins/asn1/: Makefile.nmake /tru
Date: Wed, 02 Feb 2011 01:19:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35747

User: wmeier
Date: 2011/02/01 05:19 PM

Log:
 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 ...

Directory: /trunk/plugins/asn1/
  Changes    Path              Action
  +3 -2      Makefile.nmake    Modified

Directory: /trunk/codecs/
  Changes    Path              Action
  +5 -4      Makefile.nmake    Modified

Directory: /trunk/epan/crc/
  Changes    Path              Action
  +4 -3      Makefile.nmake    Modified

Directory: /trunk/epan/crypt/
  Changes    Path              Action
  +4 -3      Makefile.nmake    Modified

Directory: /trunk/epan/dfilter/
  Changes    Path              Action
  +6 -4      Makefile.nmake    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +9 -5      Makefile.nmake    Modified

Directory: /trunk/plugins/docsis/
  Changes    Path              Action
  +3 -2      Makefile.nmake    Modified

Directory: /trunk/plugins/easy_codec/
  Changes    Path              Action
  +3 -2      Makefile.nmake    Modified

Directory: /trunk/epan/
  Changes    Path              Action
  +5 -4      Makefile.nmake    Modified

Directory: /trunk/plugins/ethercat/
  Changes    Path              Action
  +3 -2      Makefile.nmake    Modified


(25 files not shown)