aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2011-11-17From Pascal Quantin via bug 6593:Gerald Combs1-1/+3
2011-11-11Link TShark with gthread.Gerald Combs1-0/+1
2011-10-05Add a HAVE_GEOIP_V6 configuration option and enable it by default.Gerald Combs1-0/+1
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-1/+0
2011-08-29Add "--windowsonly" and "--cygwinonly" options to win-setup.shGerald Combs1-2/+2
2011-08-28Install the GUI xml files. I'm not sure about the Makefile.am changes pkease ...Anders Broman1-0/+2
2011-08-15Add libwireshark.lib, libwsutil.lib, and wiretap-1.7.0.lib to the PDBGerald Combs1-9/+13
2011-08-11Add "distclean" and "maintainer-clean" rules to the docbook directoryGuy Harris1-0/+11
2011-08-10Add some distclean / clean targets.Gerald Combs1-1/+1
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs1-24/+24
2011-07-14On Windows enable threads everywhere instead of just in dumpcap. IfGerald Combs1-0/+1
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs1-3/+9
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs1-19/+3
2011-06-17Set PCAP_NG_DEFAULT correct in config.h on win32.Stig Bjørlykke1-0/+1
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-6/+6
2011-05-19Update the User's Guide.Gerald Combs1-1/+1
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-0/+1
2011-05-12WANT_PACKET_EDITOR fixups for Windows.Chris Maynard1-0/+1
2011-05-12Make the use of UIManager a configure option.Anders Broman1-0/+1
2011-04-29Oops, the Windows HAVE_GZCLEARERR stuff did work; take out the rest.Jeff Morriss1-1/+0
2011-04-13Build win64 with a modified zlib (google is your friend).Anders Broman1-2/+2
2011-04-12Build with zlib-1.2.5 for win32Anders Broman1-2/+12
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs1-0/+6
2011-03-08Remove the 'NEW_PACKET_LIST' defines & etc (since the code no longer supports...Bill Meier1-1/+0
2011-02-25Comments have to be at the beginning of the line.Gerald Combs1-1/+1
2011-02-25Verify tools fails if wireshark-win32-libs does not exist.Anders Broman1-0/+2
2011-02-17Apparently, if the argument to the cd command in an nmake file containsGuy Harris1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-12/+8
2011-01-16Compile text2pcap.c,mergecap.c,capinfos.c,editcap.c, & version_info.c with -WX;Bill Meier1-14/+1
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-6/+6
2011-01-04Drop Python dissectors directory flag from programs that don't have dissectors.Jaap Keuter1-3/+2
2011-01-04Free dumpcap from linking to wiretap.Jaap Keuter1-2/+2
2010-11-26Move native Win32 code to its own directory and out of gtk directory (hopeful...Stephen Fisher1-3/+16
2010-11-22Prevent "MS-DOS style path detected" messages for several commands (when "nod...Bill Meier1-4/+4
2010-10-11Use the latest User's Guide.Gerald Combs1-1/+1
2010-10-05It seems it's quite hard to set and retrieve environment variables in nmake (...Jeff Morriss1-2/+1
2010-10-04Try to make r34375 work every timeStephen Fisher1-1/+1
2010-10-04Use spaces instead of tabs on two lines added in r34375Stephen Fisher1-2/+2
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.Stephen Fisher1-40/+43
2010-10-04Don't remove the services file. It isn't built in the same way thatGerald Combs1-1/+1
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch theGerald Combs1-1/+3
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ...Sake Blok1-0/+1
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok1-0/+1
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss1-0/+1
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.Jeff Morriss1-20/+20
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-19/+19
2010-09-08Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-1/+1
2010-07-15capinfos.c includes gcrypt.h, so it needs the GNU TLS flags.Guy Harris1-2/+3
2010-07-15There shouldn't be any need to build stuff in the top-level directoryGuy Harris1-5/+3
2010-07-15No need to link dumpcap with libgnutls.Guy Harris1-1/+0