wireshark/wsutil
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 H. Sivank <hsivank@gmail.com> 2010-09-23 07:02:33 +00:00
Makefile.am Update filter for Windows-only symbols. 2010-12-16 17:22:17 +00:00
Makefile.common Make inet_aton an optional object on *NIX again 2010-05-29 01:00:52 +00:00
Makefile.nmake A bit of Windows makefiles rework and cleanup: 2011-02-02 01:19:53 +00:00
file_util.c Include stdlib.h for getenv(). 2010-12-07 20:45:22 +00:00
file_util.h Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
inet_aton.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_aton.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_ntop.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_pton.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
inet_v6defs.h WIN32 ==> _WIN32 2011-02-01 23:02:54 +00:00
libwsutil.def Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
mpeg-audio.c
mpeg-audio.h
privileges.c More typos. 2010-09-16 19:56:34 +00:00
privileges.h Add extern "C" to more header files. 2010-12-01 18:25:18 +00:00
str_util.c Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
str_util.h Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
strerror.c Include glib.h (for g_snprintf). 2010-05-29 03:35:32 +00:00
strerror.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
strncasecmp.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
strptime.c Add braces to avoid an ambiguous else 2010-05-29 03:34:05 +00:00
strptime.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
type_util.c type conversion gdouble<->guint64 is not supported in all MSVC versions, convert it with functions 2008-12-17 09:41:17 +00:00
type_util.h WIN32 ==> _WIN32 2011-02-01 23:02:54 +00:00
unicode-utils.c Move getenv_utf8() to wsutil. 2010-12-07 20:24:57 +00:00
unicode-utils.h Add utf_8to16_snprintf() which creates a UTF16 string according to the given format string. The format string + arguments are expected to be in UTF-8 format. This change effectively removes the only place where we use PRIu64. 2009-08-31 18:16:16 +00:00
wsgetopt.c Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00
wsgetopt.h Move some code (including the optional objects) into libwsutil 2010-05-28 20:19:55 +00:00