aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
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
2003-06-25OK, try bringing back the #undef, now that we know how to escape the #.Guy Harris1-2/+2
svn path=/trunk/; revision=7927
2003-06-24Properly escape the '#' character in the HAVE_GNU_ADNS definition.Gerald Combs1-2/+3
svn path=/trunk/; revision=7924
2003-06-17Handle the 1.3 vs. 2.x issue similarly to the way Lars Roland's patchesGuy Harris1-30/+30
did, basing the path name structure on the version number, but handle GLib and GTK+ orthogonally. svn path=/trunk/; revision=7896
2003-06-17From Lars Roland:Guy Harris1-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
2003-06-16"!IFDEF" just takes the name of the variable as an argument.Guy Harris1-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
2003-06-15Do all the tests for whether ADNS_DIR is defined or not inGuy Harris1-1/+11
"config.nmake", and just use the variables set based on the results of those tests in various "Makefile.nmake" files. svn path=/trunk/; revision=7891
2003-06-15Based on a change from Lars Roland, set the GLIB_CFLAGS, GTK_CFLAGS,Guy Harris1-2/+33
GLIB_LIBS, and GTK_LIBS variables based on whether the GLib and GTK+ header files and libraries are in separate "glib" and "gtk+" directories (as is the case for the developer's packages from the Ethereal Web site) or in the same directory (as is the case for the developer's packages from the GTK+-for-Win32 site). svn path=/trunk/; revision=7890
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-1/+6
variables the user configures - the user isn't expected to change GLIB_LIBS or GTK_LIBS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate libraries for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7885
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-1/+13
variables the user configures - the user isn't expected to change GLIB_CFLAGS or GTK_CFLAGS, and there's a comment nothing that users shouldn't have to do so), which contain the appropriate "/I" flags for building stuff that requires only GLib, and stuff that required GTK+ and GLib, respectively, and use those macros in the Makefile.nmake files. svn path=/trunk/; revision=7884
2003-06-14From Lars Roland: use $(COMMON_FILES_GNU) in the PATH setting, don'tGuy Harris1-2/+2
duplicate the setting of $(COMMON_FILES_GNU). svn path=/trunk/; revision=7883
2003-06-13As per a patch from Lars Roland, make RC_VERSION comma-separated.Guy Harris1-2/+13
Also put in a comment noting that it should be comma-separated, and noting why it should be comma-separated. svn path=/trunk/; revision=7880
2003-06-12Don't wire into "config.h.win32" files an indication of whether we haveGuy Harris1-1/+9
GNU ADNS or not - set it based on whether ADNS_DIR is defined by "config.nmake", and make "config.h.win32" files that specify whether we have GNU ADNS dependent on "config.nmake". Note in "config.nmake" that: if you have GNU ADNS, ADNS_DIR should be defined as the directory in which the ADNS .lib file resides; if you don't have GNU ADNS, ADNS_DIR shouldn't be defined. svn path=/trunk/; revision=7860
2003-06-10Bump the version to 0.9.13 and otherwise prep for the next release. ETA isGerald Combs1-3/+3
Wednesday. svn path=/trunk/; revision=7820
2003-06-02Add GNU ADNS to the Windows build environment. A precompiled DLL can beGerald Combs1-1/+2
found at http://adns.jgaa.com/ and http://www.ethereal.com/distribution/win32/development/ The modifications to the root-level config.h.win32 and Makefile.nmake may not be neccessary. svn path=/trunk/; revision=7769
2003-05-01Bump the version number to 0.9.12. Make NEWS and ChangeLog current.Gerald Combs1-3/+3
The next release will likely be tomorrow (May 1). svn path=/trunk/; revision=7622
2003-03-26From Graham Bloice: make the RC_VERSION variable in config.nmakeGuy Harris1-2/+2
comma-separated, so that the resources will be built correctly and the version number correctly displayed in the GUI, and make the resources dependent on "config.nmake" so that they're rebuilt if it's changed. svn path=/trunk/; revision=7373
2003-03-11Bump the version to 0.9.11. Let's hope the goat's blood and hastily carvedGerald Combs1-3/+3
idol is enough for the CVS gods. svn path=/trunk/; revision=7337
2003-03-04Bump the version to 0.9.10.Gerald Combs1-3/+3
svn path=/trunk/; revision=7271
2003-01-21Bump the version to 0.9.9. Update the NEWS and ChangeLog files.Gerald Combs1-3/+3
I'm shooting for a release on Wednesday evening. svn path=/trunk/; revision=6952