aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris1-3/+7
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris1-7/+3
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-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris1-1/+1
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris1-1/+1
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin1-2/+3
2013-02-28Add -DWS_BUILD_DLL to wiretap Windows buildsBalint Reczey1-1/+1
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey1-2/+2
2012-06-19ascend_scanner.c includes ascend.h. Add corresponding makefileGerald Combs1-3/+5
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