aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Remove Nmake build systemPascal Quantin1-80/+0
2016-05-11automake/nmake: don't run checkAPIs on lex and yacc files.Jeff Morriss1-1/+0
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris1-2/+6
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris1-6/+2
2015-07-02Lemon: Update lemon toolsAlexis La Goutte1-1/+1
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin1-1/+1
2015-01-11Lemon: Update lemon toolsAlexis La Goutte1-1/+1
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-1/+0
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