aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2004-01-24Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping1-27/+26
svn path=/trunk/; revision=9827
2004-01-23Update to GLib 2.2.3-20040116 and gettext 0.13.1.Gerald Combs1-2/+2
svn path=/trunk/; revision=9799
2004-01-05switched to MSVC warning level 3 andUlf Lamping1-4/+4
default is winpcap version 3 now svn path=/trunk/; revision=9562
2004-01-05From Lars Roland: corrected PATH settingsUlf Lamping1-2/+5
svn path=/trunk/; revision=9554
2003-12-28all libs now relative to a base dir, use compiler warning level 2Ulf Lamping1-13/+25
svn path=/trunk/; revision=9461
2003-12-27added/changed some commentsUlf Lamping1-3/+8
svn path=/trunk/; revision=9456
2003-12-26conditionally use modern UI for NSIS installerUlf Lamping1-1/+10
svn path=/trunk/; revision=9447
2003-12-23removed COMMON_FILES_GNU from path,Ulf Lamping1-2/+5
use the directories xy_DIR from the settings above svn path=/trunk/; revision=9430
2003-12-22get rid of the COMMON_FILES_GNU setting,Ulf Lamping1-2/+12
by getting the DLL's from the "source tree" svn path=/trunk/; revision=9415
2003-12-22calling pod2man and pod2html indirectly through the bashUlf Lamping1-3/+3
svn path=/trunk/; revision=9414
2003-12-10Bump the version to 0.10.0. It could be (and has been) argued that theGerald Combs1-3/+3
last release should have been 0.10.0. svn path=/trunk/; revision=9235
2003-12-07Add PCRE support to the Windows build.Gerald Combs1-1/+32
svn path=/trunk/; revision=9185
2003-12-05Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plusGerald Combs1-2/+2
a static Windows library (netsnmp.lib) has been placed at http://www.ethereal.com/distribution/win32/development/ The Net-SNMP documentation recommends against using a DLL at the present time. svn path=/trunk/; revision=9177
2003-12-01Switch to the new (and official) zlib DLL from www.gzip.org.Gerald Combs1-4/+4
svn path=/trunk/; revision=9127
2003-11-15added gdk_pixbuf to GTK2 specific libs to link (needed in toolbar.c)Ulf Lamping1-1/+2
svn path=/trunk/; revision=8972
2003-11-11Get rid of GLib 1.3 support - current versions of GTK+ 1.3 require GLibGuy Harris1-30/+26
2.0, and earlier versions are sufficiently buggy that we don't want to support them. svn path=/trunk/; revision=8939
2003-11-07Let people configure whether to build with Zlib or not solely byGuy Harris1-1/+20
controlling whether ZLIB_DIR is defined or not in config.nmake. svn path=/trunk/; revision=8911
2003-11-02Bump the version number to 0.9.16.Gerald Combs1-3/+3
svn path=/trunk/; revision=8861
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris1-1/+19
set in the config.nmake file. Configure whether we have pcap_findalldevs() based on whether WINPCAP_VERSION is 2.3 (if so, we don't) or 3.0 or 3.1 (if so, we do). WinPcap 3.0 has the new libpcap declarations of "pcap_lookupnet()" and "pcap_open_live()" in which the first argument is a "const char *" rather than a "char *"; declare the functions and pointers to them appropriately based on the version of WinPcap. If we don't have pcap_findalldevs(), don't declare a pointer to it, as we don't have a declaration of pcap_if_t. We also need to refer to "pcap_freealldevs()", so make a pointer for it. "symbols[]" is a const array; make the pointer to elements in it a const pointer. Fix some typoes. svn path=/trunk/; revision=8660
2003-09-08Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs1-3/+3
updates to come. svn path=/trunk/; revision=8410
2003-08-24Add default development package locations to README.win32. Use zlib 1.1.4Gerald Combs1-2/+2
by default in config.nmake. svn path=/trunk/; revision=8246
2003-08-19Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itGuy Harris1-1/+4
instead of -I$(GLIB_DIR) when running GCC to generate the xyzzy file, so that the right -I flags are used. svn path=/trunk/; revision=8190
2003-08-04Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.Gerald Combs1-3/+3
Add minor updates to README.win32. svn path=/trunk/; revision=8126
2003-08-04From Lars Roland: add support for GTK+ 1.3 with GLib 2.0 (the latestGuy Harris1-1/+13
GTK+ 1.3[.x]-for-Win32, which fixes several GTK+ problems, requires GLib 2.0, not GLib 1.3). svn path=/trunk/; revision=8125
2003-07-23Prep for the 0.9.14 releaseGerald Combs1-3/+3
svn path=/trunk/; revision=8068
2003-06-26Well, you need more than just an escaped # to handle the undef, so goGuy Harris1-2/+2
back to defining it as nothing. svn path=/trunk/; revision=7939