aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
Commit message (Expand)AuthorAgeFilesLines
* Include inet_pton.obj when building TShark, as we now need it.Guy Harris2010-03-041-2/+2
* Enable command-line wildcard expansion when invoking mergecap and capinfosBill Meier2010-02-211-2/+4
* Use the latest GTK bundle (2.18.7)Anders Broman2010-02-151-1/+1
* Drop our requirement for MSVCR71.DLL.Gerald Combs2010-01-191-3/+4
* Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke2010-01-141-1/+0
* Don't try to build NSIS installer if MAKENSIS not defined in config.nmake.Bill Meier2010-01-121-3/+12
* From Jim Young: patch to trigger recompilation on svnversion.h change.Bill Meier2010-01-021-5/+25
* From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style...Bill Meier2009-12-281-1/+1
* Use the official kfw packages.Gerald Combs2009-12-231-4/+6
* Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs2009-12-211-3/+3
* Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs2009-12-181-0/+1
* Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installerGerald Combs2009-12-171-2/+4
* From Pascal Quantin:Jaap Keuter2009-12-111-0/+1
* Fix compilation under Windows. Allocate our hash buffer dynamically soGerald Combs2009-12-081-1/+2
* Switch from individual GLib, GTK+, and related packages to the all-in-oneGerald Combs2009-11-191-71/+11
* Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs2009-11-121-1/+3
* Update to the GnuTLS 2.8.5Tomas Kukosa2009-11-111-2/+2
* Use pango 1.26Anders Broman2009-10-251-4/+4
* Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke2009-10-061-19/+19
* Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam2009-10-041-2/+2
* Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam2009-10-041-2/+2
* Install the CRT DLLs using the Visual C++ Redistributable PackageGerald Combs2009-09-171-2/+2
* (Trivial) Update a comment and an error message.Bill Meier2009-09-161-2/+2
* Use the latest GTK packages.Anders Broman2009-09-161-0/+19
* Remove superfluous config parametersKovarththanan Rajaratnam2009-08-301-4/+2
* We require WinPcap > 3.0 so get rid of WPCAP_CONSTIFIED_CONFIGKovarththanan Rajaratnam2009-08-291-1/+0
* Windows: remove all references to ICONV_DIR, because we use the statically li...Kovarththanan Rajaratnam2009-08-271-7/+0
* Add a compile-time option to use a separate thread for reading fromGerald Combs2009-08-261-0/+2
* 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
* Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs2009-07-021-3/+2
* Try to fix HAVE_NEW_PACKET_LIST handling.Stig Bjørlykke2009-07-011-0/+1
* Move the generated documentation (man pages, AUTHORS-SHORT-FORMAT, andJeff Morriss2009-06-211-17/+4
* clean: remove directory of previous upx301.Bill Meier2009-06-151-0/+1
* Fix a typo.Bill Meier2009-06-141-1/+1
* If Makefile.nmake/config.nmake updated: Check versions of individual library ...Bill Meier2009-06-141-39/+31
* Update to you the latest UPX executable/dll compressor.Graeme Lunt2009-06-131-2/+2
* Update to the GnuTLS 2.8.1Tomas Kukosa2009-06-101-4/+2
* Upgrade to KFW 3.2.2.Gerald Combs2009-06-101-2/+3
* Update KFW to 2.6.5.Gerald Combs2009-06-091-1/+2
* Escape ? in echo text the Windows way ....Bill Meier2009-06-021-2/+2
* Prevent "echo ? ... " from expanding ? as a file name pattern;Bill Meier2009-05-291-6/+5
* Update the Windows library tags and documentation filename.Gerald Combs2009-05-291-1/+1
* Version 2: Fix bug: Makefile doesn't detect some out-of-date libraries.Bill Meier2009-05-281-6/+33
* Add missing quoteBill Meier2009-05-271-1/+1
* Fix bug: Makefile doesn't detect some out-of-date libraries.Bill Meier2009-05-271-1/+11
* Make gtk/capture_if_details_dlg_win32.c compileable using MSVC6 with SDKTomas Kukosa2009-05-081-0/+1
* Check for the existence of a couple of directories and add variables for DLLGerald Combs2009-04-161-5/+5
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-1/+6
* Use GTK 2.16 and glib 2.20.Anders Broman2009-03-191-3/+3