wireshark/plugins
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
..
asn1 A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
docsis A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
easy_codec A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
ethercat A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
giop A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
gryphon A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
interlink A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
irda A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
m2m A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
mate A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
opcua A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
profinet A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
sercosiii A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
stats_tree A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
tpg A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
unistim A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
wimax A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
wimaxasncp A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
Custom.nmake.example fix install step 2009-07-06 09:46:28 +00:00
Makefile.am Add Visual C++ project files to the distribution. 2010-06-30 23:20:03 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
plugins.vcproj Update *.vcproj to visual studio 8 2009-09-24 05:11:47 +00:00