aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2006-04-120.10.14 -> 0.99.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=17849
2006-04-12Update Lua.Gerald Combs1-2/+2
svn path=/trunk/; revision=17847
2006-03-15One day I'll be able to do change something in windows in a single attemptLuis Ontanon1-0/+1
svn path=/trunk/; revision=17641
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.Gerald Combs1-2/+2
Add Lua information to the version paragraph. svn path=/trunk/; revision=17440
2006-02-14Split the version under Windows into its major, minor, and microGerald Combs1-2/+7
components. Use them to build the VERSION, RC_VERSION, and manifest versions (the latter two are picky about formatting). This would probably be useful on the autoconf side, but I didn't see an obvious way to implement it. svn path=/trunk/; revision=17302
2006-02-07Paolo Abeni:Jörg Mayer1-2/+2
>There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. svn path=/trunk/; revision=17200
2006-02-07changes to build lua plugin with MSVC6:Lars Roland1-0/+19
- nmake makefile for lua plugin added. - declare variables at the beginning of a function. - proto_reg_handoff_lua was removed, remove remaining calls, too. - missing functions to libethereal.def added. add lua plugin to installer, if available. svn path=/trunk/; revision=17196
2006-02-06From Paolo Abeni:Guy Harris1-0/+19
Set up to build on Windows if we have GNU TLS. Define "ssl_data_set()" regardless of whether we have GNU TLS or not, as it's used in either case. Get rid of an extra #include of epan/gnuc_format_check.h. svn path=/trunk/; revision=17177
2005-12-27Update to Net-SNMP 5.2.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=16907
2005-12-21Prep for 0.10.14.Gerald Combs1-2/+2
svn path=/trunk/; revision=16872
2005-12-16Declare the GTK 2.6 as the official mainline now!!!Ulf Lamping1-6/+10
(as per mailing list discussions and mainly as the Gimp windows port also uses this version) fix the NSIS install settings for GTK 2.6 of GTK-Wimp svn path=/trunk/; revision=16820
2005-12-15Fix themeing for GTK+ 2.8. This hasn't been tested under 2.6 or 2.4.Gerald Combs1-0/+3
svn path=/trunk/; revision=16810
2005-12-15Make sure we install the libpng and cairo DLLs if needed.Gerald Combs1-0/+1
svn path=/trunk/; revision=16809
2005-12-14Add support for GLib/GTK+ 2.8. Point to the latest tag.Gerald Combs1-7/+15
svn path=/trunk/; revision=16802
2005-10-21Win32: first steps towards using GTK2.6, add zipfile and dir name definitionsUlf Lamping1-0/+22
svn path=/trunk/; revision=16282
2005-10-12Updates for 0.10.13.Gerald Combs1-2/+2
svn path=/trunk/; revision=16201
2005-09-22replace WinPcap devel pack 3.0 with current 3.1 versionUlf Lamping1-1/+1
svn path=/trunk/; revision=15972
2005-09-16Sort each conversation column numerically. Fix up whitespace.Gerald Combs1-2/+5
It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake to do the right thing. Add a comment, and set COPYCMD explicitly in the root Makefile.nmake. The rest of the occurrences of xcopy will have to be taken care of at some point. svn path=/trunk/; revision=15840
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