Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/mgcp Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Nov 2000 04:38:16 -0600 (CST)
guy         2000/11/14 04:38:16 CST

  Modified files:
    plugins/mgcp         Makefile.nmake 
  Log:
  "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 on
  platforms that have "gint64".
  
  Fix plugin-table lines for "dissector_delete()", "dissect_data()",
  "prefs_register_module()", and "prefs_register_uint_preference()".
  
  The MGCP dissector uses routines from GLib, so when building it as a DLL
  for Windows, it has to be linked with "glib-XXX.lib".
  
  Revision  Changes    Path
  1.2       +3 -2      ethereal/plugins/mgcp/Makefile.nmake