aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26Move native Win32 code to its own directory and out of gtk directory ↵Stephen Fisher1-3/+16
(hopefully without breaking any builds) svn path=/trunk/; revision=35032
2010-11-22Prevent "MS-DOS style path detected" messages for several commands (when ↵Bill Meier1-4/+4
"nodosfilewarning" not set). svn path=/trunk/; revision=35006
2010-10-11Use the latest User's Guide.Gerald Combs1-1/+1
svn path=/trunk/; revision=34470
2010-10-05It seems it's quite hard to set and retrieve environment variables in nmake ↵Jeff Morriss1-2/+1
(at least I can't figure it out). So, just cd back to MAKEDIR after cleaning up. This should get the buildbots going again and fix bug 5275. svn path=/trunk/; revision=34381
2010-10-04Try to make r34375 work every timeStephen Fisher1-1/+1
svn path=/trunk/; revision=34378
2010-10-04Use spaces instead of tabs on two lines added in r34375Stephen Fisher1-2/+2
svn path=/trunk/; revision=34377
2010-10-04Stop the MS-DOS style path name warnings when compiling on Windows.Stephen Fisher1-40/+43
svn path=/trunk/; revision=34375
2010-10-04Don't remove the services file. It isn't built in the same way thatGerald Combs1-1/+1
sminmpec.c is. svn path=/trunk/; revision=34373
2010-10-04Copy make-sminmpec.pl to make-services.pl and modify it to fetch theGerald Combs1-1/+3
IANA port-numbers file and save it to "services". Use it to update "services". svn path=/trunk/; revision=34371
2010-10-03Make "bpf_image" available on Windows. This enables the "Compile BPF" button ↵Sake Blok1-0/+1
and "dumpcap -d" on Windows. svn path=/trunk/; revision=34357
2010-10-03Retry of SVN 34338, now tested on my WinXP dev VM:Sake Blok1-0/+1
Use pcap_open_dead instead of pcap_create for the compile BPF button. svn path=/trunk/; revision=34340
2010-09-23Assume we HAVE_GZCLEARERR on Windows and when using cmakeJeff Morriss1-0/+1
svn path=/trunk/; revision=34192
2010-09-15Revert 34081 and 34093 in preparation for a cleaner fix.Jeff Morriss1-20/+20
svn path=/trunk/; revision=34121
2010-09-10From BBA via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-19/+19
Followup to 34081: move libwsutil _all_ the way forward so that our inet_pton is always linked in before wsock32's. This means that our Windows-7 Win64 builds (on which there is a native inet_pton in wsock32) will still work on pre-Vista Win64's. svn path=/trunk/; revision=34093
2010-09-08Attempt to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160 :Jeff Morriss1-1/+1
Move libwsutil forward in the list of Wireshark libraries so that our inet_pton is always used. svn path=/trunk/; revision=34081
2010-07-15capinfos.c includes gcrypt.h, so it needs the GNU TLS flags.Guy Harris1-2/+3
svn path=/trunk/; revision=33536
2010-07-15There shouldn't be any need to build stuff in the top-level directoryGuy Harris1-5/+3
with the Lua or libgnutls flags, as nothing in the top-level directory should use them directly. However, libwireshark *does* require the Lua flags, so use them. svn path=/trunk/; revision=33534
2010-07-15No need to link dumpcap with libgnutls.Guy Harris1-1/+0
svn path=/trunk/; revision=33533
2010-07-06Add a target which creates a zip file containing our .pdb files.Gerald Combs1-0/+6
svn path=/trunk/; revision=33460
2010-06-01From Kovarththanan Rajaratnam via bug 3500:Gerald Combs1-2/+13
Sébastien's initial commit [1] didn't contain support for embedding Python on Windows. [1] http://anonsvn.wireshark.org/viewvc?view=rev&revision=28529 From me: Comment out PYTHON_EMBED for now. Start a list of known Python+CRT versions. Add get_wspython_dir to libwireshark.def. svn path=/trunk/; revision=33036
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-32/+26
svn path=/trunk/; revision=33012
2010-04-22Manifests are not needed when building with VC10.Bill Meier1-13/+13
So: don't run mt program ("manifest-tool") when building Wireshark & etc with VC10. See: http://msdn.microsoft.com/en-us/library/dd293574.aspx svn path=/trunk/; revision=32540
2010-04-18(Trivial) Escape a '?' in an error message.Bill Meier1-1/+1
svn path=/trunk/; revision=32504
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs1-7/+5
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. svn path=/trunk/; revision=32440
2010-03-26Update c-ares to 1.7.1.Gerald Combs1-0/+1
svn path=/trunk/; revision=32293
2010-03-17Use the right #define value to check whether WinPcap hasGuy Harris1-0/+1
pcap_free_datalinks(). *Set* that #define, while we're at it. svn path=/trunk/; revision=32220
2010-03-04Include inet_pton.obj when building TShark, as we now need it.Guy Harris1-2/+2
(But it built on the Win64 buildbot; did Microsoft add it in later releases? If so, should we include it only if it's needed?) svn path=/trunk/; revision=32107
2010-02-21Enable command-line wildcard expansion when invoking mergecap and capinfosBill Meier1-2/+4
by linking those executables with setargv.obj. See http://www.wireshark.org/lists/wireshark-users/201002/msg00194.html (and preceeding messages in the thread). svn path=/trunk/; revision=31943
2010-02-15Use the latest GTK bundle (2.18.7)Anders Broman1-1/+1
svn path=/trunk/; revision=31882
2010-01-19Drop our requirement for MSVCR71.DLL.Gerald Combs1-3/+4
svn path=/trunk/; revision=31578
2010-01-14Set correct locale in make-version.pl instead of in Makefiles.Stig Bjørlykke1-1/+0
Added back add_custom_command for svnversion.h. Removed unnecessary text2pcap_CLEAN_FILES. Fix indent for ps.c command. svn path=/trunk/; revision=31525
2010-01-12Don't try to build NSIS installer if MAKENSIS not defined in config.nmake.Bill Meier1-3/+12
Fixes Bug #3362. Also: Use _FORCE_ instead of FORCE as dummy target. svn path=/trunk/; revision=31510
2010-01-02From Jim Young: patch to trigger recompilation on svnversion.h change.Bill Meier1-5/+25
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4361 svn path=/trunk/; revision=31411
2009-12-28From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 ↵Bill Meier1-1/+1
style backslash path delimiters". Note the change seems to also work AOK for cygwin1.5.?. See Bug #4359. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4359 svn path=/trunk/; revision=31370
2009-12-23Use the official kfw packages.Gerald Combs1-4/+6
svn path=/trunk/; revision=31355
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-3/+3
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341
2009-12-18Use the WinPcap version of pcap_datalink_val_to_description if it'sGerald Combs1-0/+1
present. Add an entry for DLT_PPI in case it's not. svn path=/trunk/; revision=31316
2009-12-17Use the latest c-ares and GeoIP libraries. Try to fix the Win32 installerGerald Combs1-2/+4
build. svn path=/trunk/; revision=31301
2009-12-11From Pascal Quantin:Jaap Keuter1-0/+1
The attached patch force 'svn info' command output as english to enable detection of svn revision, whatever language is configured in Windows. svn path=/trunk/; revision=31245
2009-12-08Fix compilation under Windows. Allocate our hash buffer dynamically soGerald Combs1-1/+2
that _chkstk doesn't throw a hissy fit. When hashing, open the file in binary mode. svn path=/trunk/; revision=31192
2009-11-19Switch from individual GLib, GTK+, and related packages to the all-in-oneGerald Combs1-71/+11
versions. svn path=/trunk/; revision=31023
2009-11-12Update the AirPcap code for Win64 and enable AirPcap for the 64-bit build.Gerald Combs1-1/+3
svn path=/trunk/; revision=30945
2009-11-11Update to the GnuTLS 2.8.5Tomas Kukosa1-2/+2
svn path=/trunk/; revision=30930
2009-10-25Use pango 1.26Anders Broman1-4/+4
svn path=/trunk/; revision=30687
2009-10-06Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_HStig Bjørlykke1-19/+19
Rename getopt.[ch] -> wsgetopt.[ch] to avoid name collision. svn path=/trunk/; revision=30370
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30284
2009-10-04Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=30281
2009-09-17Install the CRT DLLs using the Visual C++ Redistributable PackageGerald Combs1-2/+2
(vcredist_x64.exe) on Win64. This should fix bug 4024. svn path=/trunk/; revision=29977
2009-09-16(Trivial) Update a comment and an error message.Bill Meier1-2/+2
svn path=/trunk/; revision=29946
2009-09-16Use the latest GTK packages.Anders Broman1-0/+19
svn path=/trunk/; revision=29943