aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-5/+6
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-06-15Rename all of the ascend files:Jörg Mayer1-8/+8
2009-06-04Fix Windows build warning:Bill Meier1-1/+1
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs1-3/+3
2009-03-11Flex doesn't generate LLP64-compilable output. For the time being don'tGerald Combs1-1/+5
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-4/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstGerald Combs1-1/+1
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-1/+1
2008-07-17Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.Bill Meier1-1/+3
2008-07-02This directory needs some checkapi love; it's not yet ready for that toGuy Harris1-1/+1
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-07-01The intended argument for "-g" was presumably "abort", given Gerald'sGuy Harris1-1/+1
2008-07-01Unless I've misread the GetOptions documentation, the "-g" flag toGuy Harris1-1/+1
2008-06-26Wiretap code probably shouldn't abort the application either.Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-2/+2
2008-05-20Use the correct name for libwsutilJeff Morriss1-1/+1
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss1-0/+1
2008-05-14do not use * wildcard which is not supported by Windows commandlineTomas Kukosa1-2/+1
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+2
2008-05-08From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson1-1/+1
2008-05-06Add checkapi target.Anders Broman1-0/+3
2007-12-08Add .. to the directory in which to look for headers, just as is doneGuy Harris1-1/+2
2007-12-07Delete the *right* config.h.win32.Guy Harris1-1/+1
2007-12-07Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris1-8/+1
2007-08-04runlex.sh is in tools, not the top-level directory.Guy Harris1-1/+1
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris1-2/+6
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-5/+6
2007-05-09fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping1-1/+1
2007-05-06instead of copying the MSVC 2005 manifest files around, embed them into the ....Ulf Lamping1-0/+3
2007-05-02add support for the text export format of textronix k1[25]Luis Ontanon1-0/+2
2007-03-21set compiler option "treat warnings as errors" - to prevent new warnings for ...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-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping1-1/+1
2007-01-12second try for file_util.c ... (at least OS X didn't liked it)Ulf Lamping1-1/+1
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-1/+1
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-1/+2
2006-02-22Add makefile.nmakeAnders Broman1-3/+3
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-1/+12
2004-09-12to prevent problems reported by David Richards, don't depend on the cvarsdll ...Ulf Lamping1-1/+3
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris1-34/+4
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris1-1/+2
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris1-2/+3