aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
Commit message (Collapse)AuthorAgeFilesLines
* Get NEWS current up to July 31, update version to 0.8.20.Gerald Combs2001-10-121-3/+3
| | | | svn path=/trunk/; revision=4021
* Updated for release 0.8.19Jeff Foster2001-07-131-3/+3
| | | | svn path=/trunk/; revision=3716
* Package mergecap.exe and its HTML documentation.Gilbert Ramirez2001-07-121-2/+2
| | | | | | | | Update NSIS syntax for newest NSIS. That fix from David O'Shea. Set config.nmake to get non-cygwin version of Python.exe; cygwin version is fouling up on me and I'm not sure why. svn path=/trunk/; revision=3705
* Update files for release 8.18Jeff Foster2001-05-161-3/+3
| | | | svn path=/trunk/; revision=3415
* Updated for release 0.8.17Jeff Foster2001-04-111-3/+3
| | | | svn path=/trunk/; revision=3289
* Build with zlib.Gilbert Ramirez2001-04-061-2/+2
| | | | | | | | | | | | Pre-compiled zlib provided at http://www.ethereal.com/distribution/win32/zlib-1.1.3-fixed.zip "fixed" because the pre-compiled version in the "extralibs" package from the Gimp/Win32 page has a fault zlib.lib in it. Add note about zlib in README.win32; more work needs to be done to this file to mention new packaging method. svn path=/trunk/; revision=3263
* Use sed in the Win32 build to place the version in various files.Gilbert Ramirez2001-04-051-1/+2
| | | | | | | | We us $(VERSION), defined in the top-level config.nmake, to replace @VERSION@ in various files. $(RC_VERSION) and $(WTAP_VERSION) are similarly used. svn path=/trunk/; revision=3258
* Packaging files for Win32, using NSIS, the NullSoft Installer, thatGilbert Ramirez2001-04-041-2/+4
| | | | | | was originally written for WinAmp. See http://www.nullsoft.com/free/nsis/ svn path=/trunk/; revision=3255
* The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez2001-03-231-1/+3
| | | | svn path=/trunk/; revision=3163
* Add ability to create HTML documentation on Windows, if you haveGilbert Ramirez2001-03-091-0/+4
| | | | | | | | perl and man2html. Don't call this makefile from the parent makefile as not everyone will want to create documentation. Add a couple variables to config.nmake to support this. svn path=/trunk/; revision=3119
* Add some win32-specific targets in .cvsignore's.Gilbert Ramirez2001-03-061-3/+3
| | | | | | Replace 'nmake' with $(MAKE) /$(MAKEFLAGS), from Mike Frisch. svn path=/trunk/; revision=3108
* Move inet_*.[ch] files to epan.Gilbert Ramirez2000-10-141-5/+9
| | | | svn path=/trunk/; revision=2494
* Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez2000-07-281-0/+2
| | | | | | | | a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. svn path=/trunk/; revision=2173
* Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris2000-04-291-2/+3
| | | | | | | | | | | | build "register.c" in the top-level Makefile; set path in "config.nmake" to include the Cygwin directory for tools - those tools are needed to build "register.c"; remove constructed source files, and some additional object files, when doing "nmake clean". svn path=/trunk/; revision=1896
* Build tethereal and editcap on Win32.Gilbert Ramirez2000-04-121-1/+1
| | | | | | Add RCS ID tags to Makefile.nmake's. svn path=/trunk/; revision=1836
* Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez2000-02-091-1/+4
| | | | | | from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612
* Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez2000-02-091-0/+12
have top-level Makefile.nmake call Makefile.nmake's in subdirectories. Build plugins, and build generated source (lex, yacc). The only thing we can't build is register.c; I need to re-work the top-level Makefile.nmake because it lists object files, not C files, which make-reg-dotc needs. svn path=/trunk/; revision=1608