Export libwireshark symbols using WS_DLL_PUBLIC define
[jlayton/wireshark.git] / plugins / gryphon / Makefile.nmake
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-09 Guy HarrisMake the other plugin makefiles use the new style intro...
2012-06-01 Bill MeierWindows: Set Makefile.common as a plugin.c dependency...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2009-09-13 Jeff MorrissRun checkapi on the dissector header files
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-09 Anders BromanUse PROTO_ITEM_SET_HIDDEN().
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2008-03-01 Jaap KeuterCreate proper dependancies for plugin.c
2007-08-27 Bill MeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-05-27 Guy HarrisUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 Guy HarrisClean up white space.
2007-04-05 Gerald CombsAdd the make-dissector-reg scripts to the dependency...
2007-03-21 Ulf Lampingset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 Jaap Keuter-Add the compiler version to the plugin resource
2007-01-03 Ulf Lampingclean should also remove generated plugin.c and manifes...
2006-12-19 Jaap KeuterAdd Windows version info resource.
2006-10-29 Ulf Lampingput every python script name into "" so the call won...
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-04-22 Guy HarrisConvert most other plugin dissectors to use the make...
2005-03-05 Lars RolandPreparations for dropping the old plugin api.
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2004-10-01 Guy HarrisFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 Guy HarrisFrom Lars Roland: add an option to link plugins with...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2003-11-06 Guy HarrisUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-10-10 Guy HarrisGive every Makefile.nmake file a "distclean" rule,...
2003-06-14 Guy HarrisDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 Guy HarrisDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2003-06-12 Guy HarrisLink the plugin with glib, as it now calls "g_free()".
2002-02-27 Guy HarrisFrom Joerg Mayer:
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-12 Guy HarrisFrom Motonori Shindo:
2000-10-11 Guy HarrisFix it to build on Windows.
2000-04-12 Gilbert RamirezBuild tethereal and editcap on Win32.
2000-04-04 Guy HarrisAdd "clean" rules in subdirectories, and run subdirecto...
2000-02-09 Gilbert RamirezIntegrate Ed Meaney's <emeaney@altiga.com> changes...
2000-02-09 Gilbert RamirezUpdate Makefiles for win32. Move local configuration...