summaryrefslogtreecommitdiff
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2008-02-18The trunk is now 0.99.9.Gerald Combs1-1/+1
svn path=/trunk/; revision=24379
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+2
instead of "0". svn path=/trunk/; revision=24376
2008-02-16Clean-up: remove obsolete references to GTK libraries, ETHEREAL_EUG_DIR, etcBill Meier1-35/+10
svn path=/trunk/; revision=24365
2008-02-16Use gtk+ 2.12.8 glib 2.12.6-2 and pcre 7.0.Anders Broman1-1/+1
( Problem seemed to be with pxbuffloaders). svn path=/trunk/; revision=24357
2008-02-14Clarify wording slightly ....Bill Meier1-1/+1
svn path=/trunk/; revision=24331
2008-02-14Glib >= 2.14.5 does not require iconvBill Meier1-3/+7
svn path=/trunk/; revision=24330
2008-01-28Use the new gettext-runtime.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24217
2007-12-25Build with assembler support (NASM).Anders Broman1-1/+1
svn path=/trunk/; revision=23947
2007-12-07Delete the *right* config.h.win32.Guy Harris1-18/+17
Copy the MSVC++-version-checking stuff from it into the top-level config.h.win32, and try to set up config.nmake so that MSC_VER_REQUIRED is defined in all Makefiles that include config.nmake. svn path=/trunk/; revision=23802
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+22
- retrieving the list of remote PCAP interfaces - password authentication support - UDP data fransfer - packet sampling (available in WinPcap 4.x) etc. fix problem if non-default rpcap port is used svn path=/trunk/; revision=23750
2007-11-30first steps to support MSVC 2008 Express EditionUlf Lamping1-1/+15
svn path=/trunk/; revision=23691
2007-11-29Update to gtk+ 2.14.2 and glib glib-2.14.4Anders Broman1-2/+2
svn path=/trunk/; revision=23674
2007-11-28Add a link to NASMAnders Broman1-0/+1
svn path=/trunk/; revision=23652
2007-11-28Fixes for Windows build w/o ZLIB Bill Meier1-0/+2
svn path=/trunk/; revision=23651
2007-11-28Various changes with focus to startup speedupTomas Kukosa1-0/+9
The startup timeout on Win32 is reduced to 80% without assembler and to 50% with assembler usage (which is optional) proto.c - do not look up in filed tree and inserts in two steps but do it at once - next few small speedups - some often called elementary functions can be optionally implemented in assembler - dispart some functions to see more exact result from profiling packet-tpnc.c - do not reallocate memory for each filed svn path=/trunk/; revision=23643
2007-11-24Support for the automatic configuration of the UPX dll/exe packer.Graeme Lunt1-3/+3
config.nmake - default UPX to the downloaded version in $WIRESHARK_LIBS win32-setup.sh - updated to also add executables bit to exes - and also use new tag Makefile.nmake - to download UPX (and also use new version of user-guide) svn path=/trunk/; revision=23562
2007-11-21Bump the trunk to 0.99.8.Gerald Combs1-1/+1
svn path=/trunk/; revision=23525
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt1-0/+13
the exes and dlls prior to U3 and PortableApps packaging. For the U3 package, this results in a 40% smaller package. For the PortableApps version, the package size is not much different, but the install time is quicker. svn path=/trunk/; revision=23484
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa1-5/+5
svn path=/trunk/; revision=22996
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-5/+5
svn path=/trunk/; revision=22994
2007-09-25Use GTK+ 2.12Anders Broman1-4/+17
svn path=/trunk/; revision=22955
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-23/+0
svn path=/trunk/; revision=22934
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
svn path=/trunk/; revision=22798
2007-08-28always compile zlib.dll from source (even on MSVC6 now), this simplifies the ↵Ulf Lamping1-6/+0
makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch svn path=/trunk/; revision=22714
2007-08-26Minor tweeks.Anders Broman1-1/+1
svn path=/trunk/; revision=22674
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-11/+16
svn path=/trunk/; revision=22672
2007-08-26Download libsmiAnders Broman1-0/+11
svn path=/trunk/; revision=22671
2007-06-150.99.6 has been split off. Bump the trunk to 0.99.7.Gerald Combs1-1/+1
svn path=/trunk/; revision=22111
2007-05-20Revert back to having a local copy of airpcap.h. This should fix buildingGerald Combs1-2/+2
with AirPcap. Re-define AIRPCAP_DIR. svn path=/trunk/; revision=21846
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman1-1/+1
svn path=/trunk/; revision=21841
2007-05-18From Dustin Johnson:Gerald Combs1-0/+1
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2007-03-22Use the latest GTK stuff.Anders Broman1-1/+1
svn path=/trunk/; revision=21122
2007-02-08Python V2.5 is the latest stable version. Add a comment to config.nmake (but ↵Ulf Lamping1-0/+3
keep the 2.4 alive for now) and update version strings in the devel guide. If the buildbot will be updated, we could also activate the new version in config.nmake. svn path=/trunk/; revision=20750
2007-02-03some minor cleanupUlf Lamping1-10/+6
svn path=/trunk/; revision=20702
2007-02-03as discussed on the list:Ulf Lamping1-25/+5
- GTK 2.10 is mainline now - WINPCAP_VERSION is just confusing without benefit, remove it svn path=/trunk/; revision=20701
2007-02-03... no it won't, that's why I removed them ...Ulf Lamping1-4/+4
Put the quotes around the places where HHC_DIR is used, that should work. svn path=/trunk/; revision=20699
2007-02-03Quotes around HHC_DIR required so build doesn't fail;Bill Meier1-1/+1
Will the buildbot "build docs" step work ? Let's see svn path=/trunk/; revision=20698
2007-02-03fix HHC_DIR to workUlf Lamping1-2/+2
svn path=/trunk/; revision=20693
2007-02-03cleanup docbook related commentsUlf Lamping1-14/+12
svn path=/trunk/; revision=20692
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - ↵Ulf Lamping1-3/+50
having only one place to configure it all :-) svn path=/trunk/; revision=20690
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
svn path=/trunk/; revision=20645
2007-01-31C preprocessor only handles integers for conditional compilation. Build ↵Ulf Lamping1-0/+14
MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 svn path=/trunk/; revision=20637
2007-01-22Bump the trunk version to 0.99.6.Gerald Combs1-1/+1
svn path=/trunk/; revision=20526
2007-01-19user-guide final step:Ulf Lamping1-2/+2
enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-) svn path=/trunk/; revision=20496
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping1-15/+0
remove ENABLE_WSUG setting from config.nmake and replace it with GLIB_MAJOR_VERSION >= 2 (as Glib 1.x cannot open a browser to show a HTML file - it's just currently? not implemented) svn path=/trunk/; revision=20446
2007-01-13no, we're still not using MSVC2005 as default :-(Ulf Lamping1-1/+1
should fix the Win32 buildbot ... svn path=/trunk/; revision=20413
2007-01-13fix some remaining MSVC != V6 issues:Ulf Lamping1-14/+54
- add redistributables (msvcr*.dll) to the NSIS installer (depending on MSVC_VARIANT) - split MSVC2006 and MSVC2006EE (Express Edition) settings in config.nmake, as redistributable settings for NSIS are different - remove Platform SDK setting from config.nmake, it's not needed svn path=/trunk/; revision=20411
2007-01-11add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-)Ulf Lamping1-1/+6
svn path=/trunk/; revision=20390
2007-01-10various msvc / zlib config cleanupUlf Lamping1-24/+15
svn path=/trunk/; revision=20383
2007-01-10fix the HHC_DIR settings for none MSVC6 variantsUlf Lamping1-0/+5
svn path=/trunk/; revision=20375