aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2005-09-13Turn around the sequence of PATH, so the former PATH will be in front of the ↵Ulf Lamping1-1/+10
newly added things. This way, the cygwin link.exe command will be behind the link.exe from MSVC. Also added a definition of the docbook dir, floating around in my personal file for a while. This will be needed if the User's Guide is included in the NSIS installer later. svn path=/trunk/; revision=15790
2005-09-13From Peter JohanssonAnders Broman1-7/+10
PATH contents one had before starting the build, that PATH is added to the new PATH variable 5 additional times instead of 1. I have made changes (supplied) to config.nmake that takes care of this problem. svn path=/trunk/; revision=15782
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-0/+5
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-09-06Move to the latest ethereal-win32-libs tag.Gerald Combs1-1/+1
svn path=/trunk/; revision=15706
2005-08-27bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the ↵Ulf Lamping1-2/+2
wiretap API in an incompatible way the timestamps now contain nseconds instead of microseconds and there's a new function added. Is there a similar place for the Unix builds where this version has to be changed too? svn path=/trunk/; revision=15551
2005-08-19We've changed the Wiretap ABI (removed one routine), so bump the libraryGuy Harris1-3/+3
version number. WinPcap 3.1 is no longer in alpha. (Should we make WINPCAP_VERSION 3.1, so we default to assuming WinPcap 3.1?) svn path=/trunk/; revision=15438
2005-07-26Revert back to GTK-Wimp 0.6.2. Move to WinPcap 3.1beta4.Gerald Combs1-1/+1
svn path=/trunk/; revision=15091
2005-07-25found by Thomas Boehne: corrected GTK_WIMP_DIR, used by the NSIS installerUlf Lamping1-1/+1
svn path=/trunk/; revision=15061
2005-07-25update to latest zlib version 123Ulf Lamping1-2/+3
svn path=/trunk/; revision=15060
2005-07-22Bump the version and add a few entries to the NEWS file.Gerald Combs1-2/+2
svn path=/trunk/; revision=14995
2005-07-15Point to the latest Windows library tag and versions.Gerald Combs1-1/+1
svn path=/trunk/; revision=14923
2005-05-31Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to ↵Lars Roland1-1/+1
get plugin support in Ethereal. Change Makefile.nmake of the stats_tree plugin to the current scheme. svn path=/trunk/; revision=14512
2005-05-02Prep for the next release. ETA Wednesday (the 4th).Gerald Combs1-2/+2
svn path=/trunk/; revision=14270
2005-03-23It doesn't matter whether, when building with WinPcap, we haveGuy Harris1-6/+0
pcap_lib_version() in the WinPcap on the system on which we're building. svn path=/trunk/; revision=13873
2005-03-23If we have "pcap_freecode()", use it to free the instructions for a BPFGuy Harris1-0/+6
filter after installing the filter. Set HAVE_PCAP_LIB_VERSION if we're building with WinPcap 3.1; it's not present in earlier versions, but is present in current 3.1 betas. Check HAVE_PCAP_LIB_VERSION when building capture-wpcap.c. svn path=/trunk/; revision=13872
2005-03-09Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the versionGerald Combs1-2/+2
number. svn path=/trunk/; revision=13685
2005-01-21Another step towards getting the old plugin API retired:Lars Roland1-1/+1
Official plugins get linked with libethereal.dll's import library by default now. svn path=/trunk/; revision=13153
2005-01-15Bump the version to 0.10.9.Gerald Combs1-2/+2
svn path=/trunk/; revision=13049
2005-01-03Move "c:\cygwin\bin" to the end of the PATH. The latest Cygwin includes aGerald Combs1-1/+1
"link" command which collides with the MSVC linker. svn path=/trunk/; revision=12944
2004-12-07Updates for 0.10.8.Gerald Combs1-2/+2
svn path=/trunk/; revision=12683
2004-11-02Update the Windows build to zlib 1.2.2.Gerald Combs1-1/+1
Have win32-setup.sh download from "2004-11-02" tag directory. svn path=/trunk/; revision=12474
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs1-2/+2
svn path=/trunk/; revision=12305
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-0/+20
Whitespace cleanup. svn path=/trunk/; revision=12304
2004-10-08Bump the version to 0.10.7.Gerald Combs1-2/+2
svn path=/trunk/; revision=12243
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-0/+5
than using the plugin address table. svn path=/trunk/; revision=12139
2004-09-23From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris1-0/+5
Also add support for pcap_datalink_name_to_val(), and arrange that we properly define HAVE_PCAP_DATALINK_NAME_TO_VAL and HAVE_PCAP_DATALINK_VAL_TO_NAME for MSVC++ builds. svn path=/trunk/; revision=12073
2004-09-02I've added some more comments to the file, and changed the python default ↵Ulf Lamping1-5/+32
setting from native to cygwin, as all the other tools uses cygwin as the default, too. svn path=/trunk/; revision=11885
2004-09-02removed YACC_OPTS, as it seemed to be unneeded for quite a while nowUlf Lamping1-3/+0
svn path=/trunk/; revision=11884
2004-08-06Bump the version to 0.10.6. Drop in a new ChangeLog, and add the beginningsGerald Combs1-2/+2
of the release announcement to NEWS. svn path=/trunk/; revision=11611
2004-07-25Fix a comment, as per suggestions by Yaniv Kaul.Guy Harris1-1/+2
svn path=/trunk/; revision=11523
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+2
svn path=/trunk/; revision=11476
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-07-13Use libethereal.dll by default.Gerald Combs1-2/+2
svn path=/trunk/; revision=11374
2004-07-07Enable GTK_WIMP and GTK2 by default. Make GTK2 2.4 and Pango 1.4 the defaultGerald Combs1-7/+7
versions. svn path=/trunk/; revision=11335
2004-07-06Prep for the 0.10.5 release.Gerald Combs1-3/+3
svn path=/trunk/; revision=11319
2004-06-20add GTK2.4 and alike libs to the setup target,Ulf Lamping1-2/+4
depending on settings in config.nmake svn path=/trunk/; revision=11201
2004-06-04update DOXYGEN setting and add new HHC (MS html help compiler) settingUlf Lamping1-3/+21
svn path=/trunk/; revision=11108
2004-06-01Revert previous checkin made by mistake *sighAnders Broman1-4/+4
svn path=/trunk/; revision=11061
2004-06-01From Thomas Anders dissects the RTP Payload Type (if media protocol is RTP/AVP)Anders Broman1-4/+4
with its descriptive name rather than the raw value string, much like packet-rtp.c does already. To avoid duplicate definitions, the existing rtp_payload_type_vals[] definition is moved from packet-rtp.c and gtk/rtp_stream_dlg.c to rtp_pt.h. svn path=/trunk/; revision=11060
2004-05-23From Lars Roland: define an "installation" version of GTK+ 2.x and PangoGuy Harris1-9/+13
in "config.nmake", and use that in the NSIS script when generating the NSIS installer, so it puts GTK+ and Pango in the appropriate subdirectories. Also, when uninstalling, remove both of the sets of subdirectories. As per his suggestion, get rid of the "GTK1_VERSION" and "GTK2_VERSION" macros, and just directly insert the values where those macros were used - "GTK1_VERSION" wasn't used at all, and "GTK2_VERSION" was only used immediately below where it was defined, and stuff elsewhere, such as in the NSIS script, didn't use them and would break if you changed them anyway. svn path=/trunk/; revision=10976
2004-05-13Bump the version up to 0.10.4. Preliminary updates to the NEWS file. UpdatesGerald Combs1-3/+3
welcome. svn path=/trunk/; revision=10863
2004-05-11add "configurable" path to doxygen.exeUlf Lamping1-1/+9
svn path=/trunk/; revision=10845
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+10
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". svn path=/trunk/; revision=10834
2004-04-08Add a Makefile.nmake target called "setup" that uses the scriptGerald Combs1-4/+4
tools\win32-setup.sh to - Check for applications required to build Ethereal - Download and unpack required packages into $ETHEREAL_LIBS Update ADNS to the latest version. Make Python 2.3 the default. svn path=/trunk/; revision=10567
2004-03-22Bump the version up to 0.10.3.Gerald Combs1-3/+3
svn path=/trunk/; revision=10436
2004-02-24added gtk-wimp to the nsis installer buildUlf Lamping1-1/+10
svn path=/trunk/; revision=10227
2004-02-23Bump the version to 0.10.2Gerald Combs1-3/+3
svn path=/trunk/; revision=10205
2004-02-19Bump the version to 0.10.1.Gerald Combs1-3/+3
svn path=/trunk/; revision=10100
2004-02-10making the Modern UI the defaultUlf Lamping1-2/+2
svn path=/trunk/; revision=10022
2004-01-31Raise the Wiretap version number to 0.1, as the current version isn'tGuy Harris1-2/+2
binary-compatible with earlier versions. (That should have been done for all binary-incompatible changes, and should be done for binary-incompatible changes in the future.) svn path=/trunk/; revision=9916