aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2002-01-04From Hamish Moffatt:Guy Harris1-3/+3
Additional Windows Makefile dependencies, so more stuff gets built as needed. Additional stuff cleaned up by "make clean" (well, "nmake -f makefile.nmake clean", anyway) Make PDB_FILE be "vc*.pdb", so it referes to the PDB files either for VC++ 5.0 or VC++ 6.0. svn path=/trunk/; revision=4481
2002-01-04From Hamish Moffatt:Guy Harris1-8/+9
Add some missing files in the "clean" targets. Use pod2html rather than man2html to build HTML man pages. Fix ethereal.nsi.in for recent versions of NSIS, and fix a typo. svn path=/trunk/; revision=4475
2001-12-23Bump the version up to 0.9.0. Update the NEWS file.Gerald Combs1-3/+3
svn path=/trunk/; revision=4440
2001-12-19From Motonori Shindo: don't put the PDB files into the release, asGuy Harris1-1/+3
they're not built and the executables already contain debugging information, and update the README.win32 file appropriately and add Text2Pcap and Mergecap to it. svn path=/trunk/; revision=4425
2001-12-12From Motonori Shindo:Guy Harris1-1/+2
fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. svn path=/trunk/; revision=4385
2001-10-12Get NEWS current up to July 31, update version to 0.8.20.Gerald Combs1-3/+3
svn path=/trunk/; revision=4021
2001-07-13Updated for release 0.8.19Jeff Foster1-3/+3
svn path=/trunk/; revision=3716
2001-07-12Package mergecap.exe and its HTML documentation.Gilbert Ramirez1-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
2001-05-16Update files for release 8.18Jeff Foster1-3/+3
svn path=/trunk/; revision=3415
2001-04-11Updated for release 0.8.17Jeff Foster1-3/+3
svn path=/trunk/; revision=3289
2001-04-06Build with zlib.Gilbert Ramirez1-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
2001-04-05Use sed in the Win32 build to place the version in various files.Gilbert Ramirez1-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
2001-04-04Packaging files for Win32, using NSIS, the NullSoft Installer, thatGilbert Ramirez1-2/+4
was originally written for WinAmp. See http://www.nullsoft.com/free/nsis/ svn path=/trunk/; revision=3255
2001-03-23The Win32 build builds wiretap as a DLL and requires WinPcap 2.1.Gilbert Ramirez1-1/+3
svn path=/trunk/; revision=3163
2001-03-09Add ability to create HTML documentation on Windows, if you haveGilbert Ramirez1-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
2001-03-06Add some win32-specific targets in .cvsignore's.Gilbert Ramirez1-3/+3
Replace 'nmake' with $(MAKE) /$(MAKEFLAGS), from Mike Frisch. svn path=/trunk/; revision=3108
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez1-5/+9
svn path=/trunk/; revision=2494
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-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
2000-04-29Graham Bloice's changes to, on Win32 using Microsoft's "nmake":Guy Harris1-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
2000-04-12Build tethereal and editcap on Win32.Gilbert Ramirez1-1/+1
Add RCS ID tags to Makefile.nmake's. svn path=/trunk/; revision=1836
2000-02-09Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcapGilbert Ramirez1-1/+4
from WinDump with Ethereal. We now have packet capturing on Win32. :) svn path=/trunk/; revision=1612
2000-02-09Update Makefiles for win32. Move local configuration to config.nmake,Gilbert Ramirez1-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