aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-4/+3
2010-05-29Make inet_aton an optional object on *NIX againmorriss1-0/+1
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-2/+7
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab1-1/+1
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitgerald1-4/+1
2008-08-21_MSC_VERs 1400 and greater require manifests. Check againstgerald1-1/+1
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.gerald1-1/+1
2008-07-17checkAPIs: remove '-g abort'; g_assert OK for wsutils files ?wmeier1-1/+2
2008-07-11unicode-utils.c is only for Windows; don't build it on UN*X. Put in a checkmorriss1-2/+2
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-27Have checkAPIs.pl print to stderr, so that its output is colored red ingerald1-1/+1
2008-06-03Fix run checkapi for more targets.etxrab1-0/+5
2008-05-23file_util.c is only for Windows; don't build it on UN*X. Put in a checkguy1-1/+1
2008-05-23Add a Makefile.common file, and have Makefile.am and Makefile.nmake use it.guy1-4/+5
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+5
2008-05-20Create a new "Wireshark utility" library and move the mpeg-audio stuff frommorriss1-0/+51