Remove support for libpcre, we use GRegex in GLib.
[obnox/wireshark/wip.git] / epan / dfilter / Makefile.nmake
2011-08-23 stigRemove support for libpcre, we use GRegex in GLib.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2010-11-30 morrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 morrissMove some checkapi targets into Makefile.common
2009-07-16 etxrabMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 etxrabAdd /MP flag to make use of multi cores.
2009-03-17 geraldDon't compile with -WX for flex-generated output, simil...
2009-03-15 geraldGo a little deeper into the Win64 rabbit-hole. Add...
2008-07-02 guyInclude the new Makefile.common file.
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-03 etxrabFix run checkapi for more targets.
2008-03-23 jakeRunning glib 2.16 on 32 bit platform requires this...
2007-08-04 guyAdd a script as a front-end for Flex, to work around...
2007-08-01 guyAdd a Makefile.nmake.inc file, to hold rules etc. ...
2007-08-01 guyUse a common .l.c rule for running Flex on .l files...
2007-03-23 ulflfix warnings of (generated) grammar.c
2007-03-23 ulfldisable "warning as error" for now so the buildbot...
2007-03-22 ulfladd "treat warnings as errors" flag(s)
2007-03-18 wmeierFix Windows Makefiles so clean removes all pdb files...
2007-01-29 legoDrop dfilter_macro_load.l as dfilter-macro now uses UAT
2007-01-22 etxrabAdd dfilter_macro_load.c to the distclean target to...
2007-01-18 legofix the dfilter_macro_load.c rule
2007-01-18 legoI actually forgot that dfilter_macro_expand.l was...
2007-01-18 legodisplay filter macros.
2006-12-05 wmeierAdd a few missing /$(MAKEFLAGS)
2006-06-17 sahlbergethereal to wireshark changes
2006-05-02 gramAdd infrastructure for display filter functions.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-26 guyFrom Laurent Rabret: replace "lib" with "link /lib...
2004-05-06 obiotGet rid of epan/config.h.win32.
2004-01-22 ulflepan don't need GTK_CFLAGS as GTK isn't used,
2003-12-10 obiotPCRE support requires $(PCRE_CFLAGS) in CFLAGS.
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-06-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2002-02-27 guyFrom Joerg Mayer:
2002-01-04 guyFrom Hamish Moffatt:
2001-12-12 guyFrom Motonori Shindo:
2001-03-23 gramThe Win32 build builds wiretap as a DLL and requires...
2001-02-27 gramAdd Ed Warnicke's drange code to the new dfilter system.
2001-02-16 gramActually, this works better.
2001-02-16 gramUse the proper way to denote that a single operation
2001-02-02 gramAdd Makefile.nmake files for new subdirs.