aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Expand)AuthorFilesLines
2007-01-19As discussed on the devlist:Ulf Lamping1-4/+3
2007-01-19add the user-guide as a component to the setup targetUlf Lamping1-0/+5
2007-01-17Update to use the latest GTK packages.Anders Broman1-6/+6
2007-01-11don't generate zlib1.dll over and over againUlf Lamping1-1/+1
2007-01-10fix some zlib build issuesUlf Lamping1-3/+3
2007-01-10add a missing dependency to the zlib1.dll, so it will be generated before wir...Ulf Lamping1-1/+1
2007-01-08the makefile dependencies are just killing me ;-) Maybe this is the right way...Ulf Lamping1-3/+3
2007-01-08fix general compilation:Ulf Lamping1-3/+3
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source pac...Ulf Lamping1-1/+32
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: A...Ulf Lamping1-3/+2
2007-01-05Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. EnableGerald Combs1-6/+12
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-1/+1
2007-01-03fix epan\crypt\crypt-md5.objUlf Lamping1-1/+1
2007-01-03if exist, the install targets should copy pdb and manifest files along with t...Ulf Lamping1-3/+26
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-1/+1
2007-01-02Ehtereal[sic] -> Wireshark. :-)Guy Harris1-1/+1
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-2/+6
2006-12-27Use portaudio v19.Anders Broman1-1/+2
2006-12-26Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the n...Bill Meier1-4/+0
2006-12-26convert line endings (using dos2unix) of the win32_setup.sh file before using itUlf Lamping1-0/+4
2006-12-23Update to GNUTLS 1.6.0.Gerald Combs1-5/+5
2006-12-22use 'rm -rf' so no error if directory already deleted (by 'clean_setup')Bill Meier1-1/+1
2006-12-21Update to use gtk 2.10.6 and friends.Anders Broman1-4/+26
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-1/+0
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+2
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-1/+1
2006-12-04Use 'igncr' as needed with Bash (workaround for bug report 1162);Bill Meier1-11/+11
2006-11-19if the WIRESHARK_LIBS dir isn't already existing, create itUlf Lamping1-0/+1
2006-11-19fix clean_setup targetUlf Lamping1-1/+1
2006-11-17add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. Se...Ulf Lamping1-3/+3
2006-11-12Update to use the latest gtk 2.8 glib and pango libraries.Anders Broman1-11/+11
2006-11-07don't copy mibs.txt files to mibs, but to snmp\mibsUlf Lamping1-2/+3
2006-11-06Remove the references to acnAnders Broman1-1/+0
2006-10-27fix the GTK-WIMP paths for GTK2.8 - both source and destination paths complet...Ulf Lamping1-5/+5
2006-10-26Missed a change.Anders Broman1-1/+1
2006-10-26Preparations for using the latest GTK 2.8 files for now only gettext is updated.Anders Broman1-8/+13
2006-10-19rdm now not a plugin - don't copy dllBill Meier1-2/+1
2006-10-18If .svn/entries exists, add it as a dependency to svnversion.h.Gerald Combs1-1/+7
2006-10-13distclean should remove wireshark-gtk1/2 dirs completelyUlf Lamping1-6/+2
2006-10-09If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps s...Bill Meier1-1/+5
2006-10-04Patch for clean, distclean and maintainer-clean targets for U3 packaging.Graeme Lunt1-3/+9
2006-10-02as noted by Anders Broman: the Win2000 version of copy don't like the /d switchUlf Lamping1-1/+1
2006-09-30that wasn't a typo, xcopy can't rename files that wayUlf Lamping1-1/+1
2006-09-29Fixa a typo copy -> xcopyAnders Broman1-1/+1
2006-09-27Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which shouldGerald Combs1-1/+1
2006-09-27use luaforge's 5.1 dll to be able to link on windows. fix some mistakesLuis Ontanon1-2/+5
2006-09-26The forgotten files!Luis Ontanon1-4/+2
2006-09-23fix a typoUlf Lamping1-1/+1
2006-09-23change the Win32 build environment, so we can create release zip files withou...Ulf Lamping1-69/+208
2006-09-22add a packaging_u3 targetUlf Lamping1-3/+13