Export libwireshark symbols using WS_DLL_PUBLIC define
[metze/wireshark/wip.git] / epan / dfilter / Makefile.nmake
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-09 Guy HarrisPut NODIST_ at the beginning of macro names, as was...
2013-02-05 Guy HarrisInclude generated C files that we're *not* distributing.
2012-09-20 Jeff MorrissAs suggested by Xavier Raynaud in https://bugs.wireshar...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-02-24 Bill MeierCVARSDLL hasn't been used (is undefined) for a while....
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-08-23 Stig BjørlykkeRemove support for libpcre, we use GRegex in GLib.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2010-11-30 Jeff MorrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 Jeff MorrissMove some checkapi targets into Makefile.common
2009-07-16 Anders BromanMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-03-17 Gerald CombsDon't compile with -WX for flex-generated output, simil...
2009-03-15 Gerald CombsGo a little deeper into the Win64 rabbit-hole. Add...
2008-07-02 Guy HarrisInclude the new Makefile.common file.
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-03 Anders BromanFix run checkapi for more targets.
2008-03-23 Jaap KeuterRunning glib 2.16 on 32 bit platform requires this...
2007-08-04 Guy HarrisAdd a script as a front-end for Flex, to work around...
2007-08-01 Guy HarrisAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 Guy HarrisUse a common .l.c rule for running Flex on .l files...
2007-03-23 Ulf Lampingfix warnings of (generated) grammar.c
2007-03-23 Ulf Lampingdisable "warning as error" for now so the buildbot...
2007-03-22 Ulf Lampingadd "treat warnings as errors" flag(s)
2007-03-18 Bill MeierFix Windows Makefiles so clean removes all pdb files...
2007-01-29 Luis OntanonDrop dfilter_macro_load.l as dfilter-macro now uses UAT
2007-01-22 Anders BromanAdd dfilter_macro_load.c to the distclean target to...
2007-01-18 Luis Ontanonfix the dfilter_macro_load.c rule
2007-01-18 Luis OntanonI actually forgot that dfilter_macro_expand.l was...
2007-01-18 Luis Ontanondisplay filter macros.
2006-12-05 Bill MeierAdd a few missing /$(MAKEFLAGS)
2006-06-17 Ronnie Sahlbergethereal to wireshark changes
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-02-14 Guy HarrisMake the "maintainer-clean" rules get rid of some addit...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-06-26 Guy HarrisFrom Laurent Rabret: replace "lib" with "link /lib...
2004-05-06 Olivier BiotGet rid of epan/config.h.win32.
2004-01-22 Ulf Lampingepan don't need GTK_CFLAGS as GTK isn't used,
2003-12-10 Olivier BiotPCRE support requires $(PCRE_CFLAGS) in CFLAGS.
2003-10-10 Guy HarrisGive every Makefile.nmake file a "distclean" rule,...
2003-06-14 Guy HarrisDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2002-02-27 Guy HarrisFrom Joerg Mayer:
2002-01-04 Guy HarrisFrom Hamish Moffatt:
2001-12-12 Guy HarrisFrom Motonori Shindo:
2001-03-23 Gilbert RamirezThe Win32 build builds wiretap as a DLL and requires...
2001-02-27 Gilbert RamirezAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-16 Gilbert RamirezActually, this works better.
2001-02-16 Gilbert RamirezUse the proper way to denote that a single operation
2001-02-02 Gilbert RamirezAdd Makefile.nmake files for new subdirs.