aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports...wmeier1-1/+0
2011-02-25Comments have to be at the beginning of the line.gerald1-1/+1
2011-02-25Verify tools fails if wireshark-win32-libs does not exist.etxrab1-0/+2
2011-02-17Apparently, if the argument to the cd command in an nmake file containsguy1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-12/+8
2011-01-16Compile text2pcap.c,mergecap.c,capinfos.c,editcap.c, & version_info.c with -WX;wmeier1-14/+1
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 togerald1-6/+6
2011-01-04Drop Python dissectors directory flag from programs that don't have dissectors.jake1-3/+2
2011-01-04Free dumpcap from linking to wiretap.jake1-2/+2
2010-11-26Move native Win32 code to its own directory and out of gtk directory (hopeful...sfisher1-3/+16
2010-11-22Prevent "MS-DOS style path detected" messages for several commands (when "nod...wmeier1-4/+4
2010-10-11Use the latest User's Guide.gerald1-1/+1
2010-10-05It seems it's quite hard to set and retrieve environment variables in nmake (...morriss1-2/+1
2010-10-04Try to make r34375 work every timesfisher1-1/+1
2010-10-04Use spaces instead of tabs on two lines added in r34375sfisher1-2/+2
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.sfisher1-40/+43
2010-10-04Don't remove the services file. It isn't built in the same way thatgerald1-1/+1
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch thegerald1-1/+3
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...sake1-0/+1
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:sake1-0/+1
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakemorriss1-0/+1
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.morriss1-20/+20
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :morriss1-19/+19
2010-09-08Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :morriss1-1/+1
2010-07-15capinfos.c includes gcrypt.h, so it needs the GNU TLS flags.guy1-2/+3
2010-07-15There shouldn't be any need to build stuff in the top-level directoryguy1-5/+3
2010-07-15No need to link dumpcap with libgnutls.guy1-1/+0
2010-07-06Add a target which creates a zip file containing our .pdb files.gerald1-0/+6
2010-06-01From Kovarththanan Rajaratnam via bug 3500:gerald1-2/+13
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-32/+26
2010-04-22Manifests are not needed when building with VC10.wmeier1-13/+13
2010-04-18(Trivial) Escape a '?' in an error message.wmeier1-1/+1
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.gerald1-7/+5
2010-03-26Update c-ares to 1.7.1.gerald1-0/+1
2010-03-17Use the right #define value to check whether WinPcap hasguy1-0/+1
2010-03-04Include inet_pton.obj when building TShark, as we now need it.guy1-2/+2
2010-02-21Enable command-line wildcard expansion when invoking mergecap and capinfoswmeier1-2/+4
2010-02-15Use the latest GTK bundle (2.18.7)etxrab1-1/+1
2010-01-19Drop our requirement for MSVCR71.DLL.gerald1-3/+4
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.stig1-1/+0
2010-01-12Don't try to build NSIS installer if MAKENSIS not defined in config.nmake.wmeier1-3/+12
2010-01-02From Jim Young: patch to trigger recompilation on svnversion.h change.wmeier1-5/+25
2009-12-28From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style...wmeier1-1/+1
2009-12-23Use the official kfw packages.gerald1-4/+6
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-3/+3
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sgerald1-0/+1
2009-12-17Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installergerald1-2/+4
2009-12-11From Pascal Quantin:jake1-0/+1
2009-12-08Fix compilation under Windows. Allocate our hash buffer dynamically sogerald1-1/+2
2009-11-19Switch from individual GLib, GTK+, and related packages to the all-in-onegerald1-71/+11