aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
Commit message (Collapse)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-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
* Use libethereal.dll by default.Gerald Combs2004-07-131-2/+2
| | | | svn path=/trunk/; revision=11374
* Enable GTK_WIMP and GTK2 by default. Make GTK2 2.4 and Pango 1.4 the defaultGerald Combs2004-07-071-7/+7
| | | | | | versions. svn path=/trunk/; revision=11335
* Prep for the 0.10.5 release.Gerald Combs2004-07-061-3/+3
| | | | svn path=/trunk/; revision=11319
* add GTK2.4 and alike libs to the setup target,Ulf Lamping2004-06-201-2/+4
| | | | | | depending on settings in config.nmake svn path=/trunk/; revision=11201
* update DOXYGEN setting and add new HHC (MS html help compiler) settingUlf Lamping2004-06-041-3/+21
| | | | svn path=/trunk/; revision=11108
* Revert previous checkin made by mistake *sighAnders Broman2004-06-011-4/+4
| | | | svn path=/trunk/; revision=11061
* From Thomas Anders dissects the RTP Payload Type (if media protocol is RTP/AVP)Anders Broman2004-06-011-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
* From Lars Roland: define an "installation" version of GTK+ 2.x and PangoGuy Harris2004-05-231-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
* Bump the version up to 0.10.4. Preliminary updates to the NEWS file. UpdatesGerald Combs2004-05-131-3/+3
| | | | | | welcome. svn path=/trunk/; revision=10863
* add "configurable" path to doxygen.exeUlf Lamping2004-05-111-1/+9
| | | | svn path=/trunk/; revision=10845
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-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
* Add a Makefile.nmake target called "setup" that uses the scriptGerald Combs2004-04-081-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
* Bump the version up to 0.10.3.Gerald Combs2004-03-221-3/+3
| | | | svn path=/trunk/; revision=10436
* added gtk-wimp to the nsis installer buildUlf Lamping2004-02-241-1/+10
| | | | svn path=/trunk/; revision=10227
* Bump the version to 0.10.2Gerald Combs2004-02-231-3/+3
| | | | svn path=/trunk/; revision=10205
* Bump the version to 0.10.1.Gerald Combs2004-02-191-3/+3
| | | | svn path=/trunk/; revision=10100
* making the Modern UI the defaultUlf Lamping2004-02-101-2/+2
| | | | svn path=/trunk/; revision=10022
* Raise the Wiretap version number to 0.1, as the current version isn'tGuy Harris2004-01-311-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
* Added the ability to compile both GTK versions 1 and 2 at the same time.Ulf Lamping2004-01-241-27/+26
| | | | svn path=/trunk/; revision=9827
* Update to GLib 2.2.3-20040116 and gettext 0.13.1.Gerald Combs2004-01-231-2/+2
| | | | svn path=/trunk/; revision=9799
* switched to MSVC warning level 3 andUlf Lamping2004-01-051-4/+4
| | | | | | default is winpcap version 3 now svn path=/trunk/; revision=9562
* From Lars Roland: corrected PATH settingsUlf Lamping2004-01-051-2/+5
| | | | svn path=/trunk/; revision=9554
* all libs now relative to a base dir, use compiler warning level 2Ulf Lamping2003-12-281-13/+25
| | | | svn path=/trunk/; revision=9461
* added/changed some commentsUlf Lamping2003-12-271-3/+8
| | | | svn path=/trunk/; revision=9456
* conditionally use modern UI for NSIS installerUlf Lamping2003-12-261-1/+10
| | | | svn path=/trunk/; revision=9447
* removed COMMON_FILES_GNU from path,Ulf Lamping2003-12-231-2/+5
| | | | | | use the directories xy_DIR from the settings above svn path=/trunk/; revision=9430
* get rid of the COMMON_FILES_GNU setting,Ulf Lamping2003-12-221-2/+12
| | | | | | by getting the DLL's from the "source tree" svn path=/trunk/; revision=9415
* calling pod2man and pod2html indirectly through the bashUlf Lamping2003-12-221-3/+3
| | | | svn path=/trunk/; revision=9414
* Bump the version to 0.10.0. It could be (and has been) argued that theGerald Combs2003-12-101-3/+3
| | | | | | last release should have been 0.10.0. svn path=/trunk/; revision=9235
* Add PCRE support to the Windows build.Gerald Combs2003-12-071-1/+32
| | | | svn path=/trunk/; revision=9185
* Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plusGerald Combs2003-12-051-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
* Switch to the new (and official) zlib DLL from www.gzip.org.Gerald Combs2003-12-011-4/+4
| | | | svn path=/trunk/; revision=9127
* added gdk_pixbuf to GTK2 specific libs to link (needed in toolbar.c)Ulf Lamping2003-11-151-1/+2
| | | | svn path=/trunk/; revision=8972
* Get rid of GLib 1.3 support - current versions of GTK+ 1.3 require GLibGuy Harris2003-11-111-30/+26
| | | | | | | 2.0, and earlier versions are sufficiently buggy that we don't want to support them. svn path=/trunk/; revision=8939
* Let people configure whether to build with Zlib or not solely byGuy Harris2003-11-071-1/+20
| | | | | | controlling whether ZLIB_DIR is defined or not in config.nmake. svn path=/trunk/; revision=8911
* Bump the version number to 0.9.16.Gerald Combs2003-11-021-3/+3
| | | | svn path=/trunk/; revision=8861
* Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris2003-10-101-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
* Bump the version to 0.9.15. Update the NEWS and ChangeLog to August 27. MoreGerald Combs2003-09-081-3/+3
| | | | | | updates to come. svn path=/trunk/; revision=8410
* Add default development package locations to README.win32. Use zlib 1.1.4Gerald Combs2003-08-241-2/+2
| | | | | | by default in config.nmake. svn path=/trunk/; revision=8246
* Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itGuy Harris2003-08-191-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
* Build with Glib 2.0 and GTK+ 1.3 by default. Don't build with zlib 1.13.Gerald Combs2003-08-041-3/+3
| | | | | | Add minor updates to README.win32. svn path=/trunk/; revision=8126
* From Lars Roland: add support for GTK+ 1.3 with GLib 2.0 (the latestGuy Harris2003-08-041-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
* Prep for the 0.9.14 releaseGerald Combs2003-07-231-3/+3
| | | | svn path=/trunk/; revision=8068
* Well, you need more than just an escaped # to handle the undef, so goGuy Harris2003-06-261-2/+2
| | | | | | back to defining it as nothing. svn path=/trunk/; revision=7939
* OK, try bringing back the #undef, now that we know how to escape the #.Guy Harris2003-06-251-2/+2
| | | | svn path=/trunk/; revision=7927
* Properly escape the '#' character in the HAVE_GNU_ADNS definition.Gerald Combs2003-06-241-2/+3
| | | | svn path=/trunk/; revision=7924
* Handle the 1.3 vs. 2.x issue similarly to the way Lars Roland's patchesGuy Harris2003-06-171-30/+30
| | | | | | | did, basing the path name structure on the version number, but handle GLib and GTK+ orthogonally. svn path=/trunk/; revision=7896
* From Lars Roland:Guy Harris2003-06-171-5/+7
| | | | | | | | | | | fix typo in my earlier checkin - GTK_GLIB_DIR should be GLIB_GTK_DIR; look for headers in "lib\glib-$(GLIB_VERSION)\include and "lib\gtk-$(GTK_VERSION)\include, as that's where the 2.x packages hide "glibconfig.h" and "gdkconfig.h". svn path=/trunk/; revision=7894
* "!IFDEF" just takes the name of the variable as an argument.Guy Harris2003-06-161-4/+4
| | | | | | | | | | | We do have to look for headers in $(GTK_DIR)\gdk when using the development packages from the Ethereal Web site, as "gdkconfig.h" is in that directory but it's included as <gdkconfig.h>. The commented string for ADNS_CONFIG doesn't appear to get substituted as we want it to be; just use an empty string for now. svn path=/trunk/; revision=7892