aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2007-01-19As discussed on the devlist:Ulf Lamping1-4/+3
A clean_setup is done first now to ensure that the target dirs don't contain old files - probably remaining from a previous setup run. explicit removing of the gtk2 dir is no longer required therefore svn path=/trunk/; revision=20497
2007-01-19add the user-guide as a component to the setup targetUlf Lamping1-0/+5
svn path=/trunk/; revision=20495
2007-01-17Update to use the latest GTK packages.Anders Broman1-6/+6
Win32-setup.sh changed to overwrite existing folders. svn path=/trunk/; revision=20463
2007-01-11don't generate zlib1.dll over and over againUlf Lamping1-1/+1
svn path=/trunk/; revision=20396
2007-01-10fix some zlib build issuesUlf Lamping1-3/+3
svn path=/trunk/; revision=20382
2007-01-10add a missing dependency to the zlib1.dll, so it will be generated before ↵Ulf Lamping1-1/+1
wiretap svn path=/trunk/; revision=20362
2007-01-08the makefile dependencies are just killing me ;-) Maybe this is the right ↵Ulf Lamping1-3/+3
way to go ... svn path=/trunk/; revision=20342
2007-01-08fix general compilation:Ulf Lamping1-3/+3
- compile wiretap unconditionally fix .NET1.1 + PSDK compilation: - lib.exe tool not available, build dll only (that's just enough) - copy zlib1.dll.manifest file only if it's available, MSVC2003 doesn't generate it svn path=/trunk/; revision=20340
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source ↵Ulf Lamping1-1/+32
package instead of the dll one, and compile it in a temp dir before continuing with wiretap svn path=/trunk/; revision=20337
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: ↵Ulf Lamping1-3/+2
AirPcap_Devpack_1_0_0_594 svn path=/trunk/; revision=20324
2007-01-05Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. EnableGerald Combs1-6/+12
AirPcap. svn path=/trunk/; revision=20321
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for ↵Ulf Lamping1-1/+1
this info add some missing files to the clean targets svn path=/trunk/; revision=20290
2007-01-03fix epan\crypt\crypt-md5.objUlf Lamping1-1/+1
svn path=/trunk/; revision=20289
2007-01-03if exist, the install targets should copy pdb and manifest files along with ↵Ulf Lamping1-3/+26
the exe and dll ones svn path=/trunk/; revision=20280
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-1/+1
epan/crypt/airpdcap_md5.[ch]. Fix up whitespace. svn path=/trunk/; revision=20277
2007-01-02Ehtereal[sic] -> Wireshark. :-)Guy Harris1-1/+1
Give a little more detail in the comment in the H.248 dissector about "MEGACO" vs. "H.248". svn path=/trunk/; revision=20262
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-2/+6
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. svn path=/trunk/; revision=20231
2006-12-27Use portaudio v19.Anders Broman1-1/+2
svn path=/trunk/; revision=20225
2006-12-26Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the ↵Bill Meier1-4/+0
nmake; I violated Murphy's nth law: thou shalt test fixes in an 'out of the box' configuration *not* in one's customized configuration. :( svn path=/trunk/; revision=20221
2006-12-26convert line endings (using dos2unix) of the win32_setup.sh file before using itUlf Lamping1-0/+4
svn path=/trunk/; revision=20215
2006-12-23Update to GNUTLS 1.6.0.Gerald Combs1-5/+5
svn path=/trunk/; revision=20204
2006-12-22use 'rm -rf' so no error if directory already deleted (by 'clean_setup')Bill Meier1-1/+1
svn path=/trunk/; revision=20190
2006-12-21Update to use gtk 2.10.6 and friends.Anders Broman1-4/+26
svn path=/trunk/; revision=20188
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-1/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+2
warning in the 802.11 dissector. svn path=/trunk/; revision=20053
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-1/+1
support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses Windows-specific data types, but can be converted to use glib equivalents. Add a few text and whitespace fixups. svn path=/trunk/; revision=20049
2006-12-04Use 'igncr' as needed with Bash (workaround for bug report 1162);Bill Meier1-11/+11
Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places; Add one missing /$(MAKEFLAGS); svn path=/trunk/; revision=20034
2006-11-19if the WIRESHARK_LIBS dir isn't already existing, create itUlf Lamping1-0/+1
this fixes problems discussed earlier on the list with cygpath svn path=/trunk/; revision=19934
2006-11-19fix clean_setup targetUlf Lamping1-1/+1
svn path=/trunk/; revision=19933
2006-11-17add the /LARGEADDRESSAWARE to the link process of Wireshark(2) and Tshark. ↵Ulf Lamping1-3/+3
See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/memory/base/physical_address_extension.asp how to enable 3GB support on several Windows versions - I will update the OutOfMemory Wiki page accordingly svn path=/trunk/; revision=19923
2006-11-12Update to use the latest gtk 2.8 glib and pango libraries.Anders Broman1-11/+11
Note from a mail on gtk dev list: -rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll -rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll -rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll (That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where the module(s) are built-in into the DLLs, so no lib/pango/1.5.0/modules folder is needed.) svn path=/trunk/; revision=19880
2006-11-07don't copy mibs.txt files to mibs, but to snmp\mibsUlf Lamping1-2/+3
svn path=/trunk/; revision=19856
2006-11-06Remove the references to acnAnders Broman1-1/+0
svn path=/trunk/; revision=19835
2006-10-27fix the GTK-WIMP paths for GTK2.8 - both source and destination paths ↵Ulf Lamping1-5/+5
completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO svn path=/trunk/; revision=19715
2006-10-26Missed a change.Anders Broman1-1/+1
svn path=/trunk/; revision=19696
2006-10-26Preparations for using the latest GTK 2.8 files for now only gettext is updated.Anders Broman1-8/+13
svn path=/trunk/; revision=19695
2006-10-19rdm now not a plugin - don't copy dllBill Meier1-2/+1
svn path=/trunk/; revision=19600
2006-10-18If .svn/entries exists, add it as a dependency to svnversion.h.Gerald Combs1-1/+7
svn path=/trunk/; revision=19598
2006-10-13distclean should remove wireshark-gtk1/2 dirs completelyUlf Lamping1-6/+2
svn path=/trunk/; revision=19509
2006-10-09If GTK1_DIR or GTK2_DIR not defined, then corresponding install-common-deps ↵Bill Meier1-1/+5
should not be invoked.... svn path=/trunk/; revision=19458
2006-10-04Patch for clean, distclean and maintainer-clean targets for U3 packaging.Graeme Lunt1-3/+9
svn path=/trunk/; revision=19431
2006-10-02as noted by Anders Broman: the Win2000 version of copy don't like the /d switchUlf Lamping1-1/+1
svn path=/trunk/; revision=19395
2006-09-30that wasn't a typo, xcopy can't rename files that wayUlf Lamping1-1/+1
svn path=/trunk/; revision=19372
2006-09-29Fixa a typo copy -> xcopyAnders Broman1-1/+1
svn path=/trunk/; revision=19357
2006-09-27Update GNUTLS to 1.5.1. This includes an updated libgcrypt, which shouldGerald Combs1-1/+1
fix bug 1096. Switch back to fetching a date-stamped URL in win32-setup.sh. This ensures backward compatibility with previous releases and non-updated SVN trees. svn path=/trunk/; revision=19339
2006-09-27use luaforge's 5.1 dll to be able to link on windows. fix some mistakesLuis Ontanon1-2/+5
svn path=/trunk/; revision=19331
2006-09-26The forgotten files!Luis Ontanon1-4/+2
svn path=/trunk/; revision=19325
2006-09-23fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=19303
2006-09-23change the Win32 build environment, so we can create release zip files ↵Ulf Lamping1-69/+208
without the need of an installer - a feature requested from time to time. When this is matured, we might want to add these zip files (of GTK1 and GTK2 versions) to the released files. config.nmake contains the target INSTALL1_DIR and INSTALL2_DIR. I guess you can retain the previous behaviour by using . for both DIRs, though I never tested this... svn path=/trunk/; revision=19302
2006-09-22add a packaging_u3 targetUlf Lamping1-3/+13
rename gtk2_distclean -> clean_gtk2.tmp (as that's what it's really doing) svn path=/trunk/; revision=19295