aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard1-2/+2
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-2/+3
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-3/+3
2013-02-05Include generated C files that we're *not* distributing.Guy Harris1-2/+9
2012-09-20As suggested by Xavier Raynaud in https://bugs.wireshark.org/bugzilla/show_bu...Jeff Morriss1-1/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-1/+1
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-4/+6
2010-11-30Oh yeah, there's a reason we don't put targets in Makefile.common: the first ...Jeff Morriss1-1/+6
2010-11-29Move some checkapi targets into Makefile.commonJeff Morriss1-6/+1
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman1-1/+1
2009-07-15Add /MP flag to make use of multi cores.Anders Broman1-1/+1
2009-03-17Don't compile with -WX for flex-generated output, similar to what we do inGerald Combs1-1/+4
2009-03-15Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmdGerald Combs1-3/+3
2008-07-02Include the new Makefile.common file.Guy Harris1-0/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-37/+4
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-03Fix run checkapi for more targets.Anders Broman1-0/+21
2008-03-23Running glib 2.16 on 32 bit platform requires this lempar.c change in additio...Jaap Keuter1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-1/+4
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-7/+1
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-4/+5
2007-03-23fix warnings of (generated) grammar.cUlf Lamping1-1/+1
2007-03-23disable "warning as error" for now so the buildbot runs again, grammar.c stil...Ulf Lamping1-1/+1
2007-03-22add "treat warnings as errors" flag(s)Ulf Lamping1-1/+1
2007-03-18Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier1-1/+1
2007-01-29Drop dfilter_macro_load.l as dfilter-macro now uses UATLuis Ontanon1-6/+1
2007-01-22Add dfilter_macro_load.c to the distclean target to rebuild it if building fr...Anders Broman1-1/+1
2007-01-18fix the dfilter_macro_load.c ruleLuis Ontanon1-1/+1
2007-01-18I actually forgot that dfilter_macro_expand.l was not usedLuis Ontanon1-4/+0
2007-01-18display filter macros.Luis Ontanon1-0/+10
2006-12-05Add a few missing /$(MAKEFLAGS)Bill Meier1-2/+2
2006-06-17ethereal to wireshark changesRonnie Sahlberg1-1/+1
2006-05-02Add infrastructure for display filter functions.Gilbert Ramirez1-0/+2
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+11
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
2004-05-06Get rid of epan/config.h.win32.Olivier Biot1-6/+6
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping1-2/+2
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.Olivier Biot1-2/+2
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-5/+5
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2002-02-27From Joerg Mayer:Guy Harris1-1/+6
2002-01-04From Hamish Moffatt:Guy Harris1-2/+13
2001-12-12From Motonori Shindo:Guy Harris1-3/+4
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-2/+3
2001-02-27Add Ed Warnicke's drange code to the new dfilter system.Gilbert Ramirez1-2/+2