Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / plugins / asn1 / Makefile.nmake
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-09 Guy HarrisWe *did* fix the APIs used.
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-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 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-12 Ulf LampingWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-06 Ulf Lampingadd experimental support for some more of the MSVC_VARI...
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-08-26 Guy HarrisFrom Lars Roland: don't link with GTK+, as it's not...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-18 Gerald CombsFrom Lars Roland: Add support for a combined GTK1/2...
2004-01-24 Ulf LampingAdded the ability to compile both GTK versions 1 and...
2003-11-06 Guy HarrisUse "$(OBJECTS)" whenever a complete list of .obj files...
2003-10-28 Guy HarrisThis dissector uses GTK+ calls (which no dissector...
2003-10-28 Guy HarrisFix the Makefile to match other plugin Makefiles.
2003-10-28 Guy HarrisFrom Matthias Melchior: plugin to decode BER-encoded...