aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* ascend_scanner.c includes ascend.h. Add corresponding makefileGerald Combs2012-06-191-3/+5
* Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2012-04-041-1/+1
* CVARSDLL hasn't been used (is undefined) for a while....Bill Meier2012-02-241-3/+3
* Add *.sbr files to the clean target.Anders Broman2012-01-291-1/+1
* A bit of Windows makefiles rework and cleanup:Bill Meier2011-02-021-5/+6
* Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeAnders Broman2009-07-161-1/+1
* Add /MP flag to make use of multi cores.Anders Broman2009-07-151-1/+1
* Rename all of the ascend files:Jörg Mayer2009-06-151-8/+8
* Fix Windows build warning:Bill Meier2009-06-041-1/+1
* Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs2009-04-081-3/+3
* Flex doesn't generate LLP64-compilable output. For the time being don'tGerald Combs2009-03-111-1/+5
* More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs2009-03-021-4/+1
* _MSC_VERs 1400 and greater require manifests. Check againstGerald Combs2008-08-211-1/+1
* From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs2008-08-041-1/+1
* Remove -g abort from checkAPIs (for now) since existing issues not yet resolved.Bill Meier2008-07-171-1/+3
* This directory needs some checkapi love; it's not yet ready for that toGuy Harris2008-07-021-1/+1
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* The intended argument for "-g" was presumably "abort", given Gerald'sGuy Harris2008-07-011-1/+1
* Unless I've misread the GetOptions documentation, the "-g" flag toGuy Harris2008-07-011-1/+1
* Wiretap code probably shouldn't abort the application either.Gerald Combs2008-06-261-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+2
* Use the correct name for libwsutilJeff Morriss2008-05-201-1/+1
* Create a new "Wireshark utility" library and move the mpeg-audio stuff fromJeff Morriss2008-05-201-0/+1
* do not use * wildcard which is not supported by Windows commandlineTomas Kukosa2008-05-141-2/+1
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-131-1/+2
* From Anders: Checkapi enabled for wiretap and more functions converted.Martin Mathieson2008-05-081-1/+1
* Add checkapi target.Anders Broman2008-05-061-0/+3
* Add .. to the directory in which to look for headers, just as is doneGuy Harris2007-12-081-1/+2
* Delete the *right* config.h.win32.Guy Harris2007-12-071-1/+1
* Run runlex.sh from the tools directory. Get rid of the extra copy inGuy Harris2007-12-071-8/+1
* runlex.sh is in tools, not the top-level directory.Guy Harris2007-08-041-1/+1
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-041-2/+6
* Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris2007-08-011-7/+1
* Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris2007-08-011-5/+6
* fix manifest error: for dll's mt.exe must be given ;2Ulf Lamping2007-05-091-1/+1
* instead of copying the MSVC 2005 manifest files around, embed them into the ....Ulf Lamping2007-05-061-0/+3
* add support for the text export format of textronix k1[25]Luis Ontanon2007-05-021-0/+2
* set compiler option "treat warnings as errors" - to prevent new warnings for ...Ulf Lamping2007-03-211-1/+1
* Fix Windows Makefiles so clean removes all pdb files (PDB_FILE no longer defi...Bill Meier2007-03-181-1/+1
* instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping2007-01-311-1/+1
* second try for file_util.c ... (at least OS X didn't liked it)Ulf Lamping2007-01-121-1/+1
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-1/+1
* remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping2007-01-031-1/+2
* Add makefile.nmakeAnders Broman2006-02-221-3/+3
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-1/+12
* to prevent problems reported by David Richards, don't depend on the cvarsdll ...Ulf Lamping2004-09-121-1/+3
* Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris2004-07-261-34/+4
* From Graham Bloice: add resources to wiretap.dll.Guy Harris2004-07-231-1/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris2004-02-111-1/+2