wireshark/packaging
Guy Harris 15af0f656f From Lars Roland: add support for building a libethereal.dll with MSVC:
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
2004-05-09 10:03:41 +00:00
..
nsis From Lars Roland: add support for building a libethereal.dll with MSVC: 2004-05-09 10:03:41 +00:00
rpm Include shared libs if they exist 2004-03-01 22:39:34 +00:00
svr4 Tweak the Solaris/SVR4 packaging a bit. Change "make install-strip" to 2002-08-18 20:42:13 +00:00
.cvsignore Update and add ".cvsignore" files to reduce the level of noise from CVS. 2000-07-30 08:32:54 +00:00
Makefile.am Move the comments in nsis/README into nsis/Makefile.nmake 2001-04-04 20:08:16 +00:00