aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2005-02-10clean up makefiles.Lars Roland1-7/+1
especially /trunk/Makefile.nmake doesn't have to include /trunk/epan/Makefile.common anymore. svn path=/trunk/; revision=13368
2005-01-17Switch the Windows build environment to GTK 2.4.14. Enable GTK-Wimp by Gerald Combs1-2/+2
default in the installer. svn path=/trunk/; revision=13087
2005-01-04Replace a "cp" with three "xcopy"s.Gerald Combs1-1/+3
svn path=/trunk/; revision=12946
2004-12-01If bash is run as a non-login shell, it doesn't read /etc/profile. Under Gerald Combs1-0/+1
Cygwin this has the side effect of making the Windows "find" command appear first in the path instead of Cygwin's "find" command. Call /usr/bin/find explicitly in win32-setup.sh. svn path=/trunk/; revision=12639
2004-12-01From Francisco Alcoba: link with setargv.obj so that wildcards areGuy Harris1-6/+8
expanded in the command line. svn path=/trunk/; revision=12635
2004-11-23Update to GTK+ 2.4.13.Gerald Combs1-2/+2
svn path=/trunk/; revision=12581
2004-11-02Update the Windows build to zlib 1.2.2.Gerald Combs1-2/+2
Have win32-setup.sh download from "2004-11-02" tag directory. svn path=/trunk/; revision=12474
2004-10-20renamed capinfo to capinfos, as the former name capinfo was already used in ↵Ulf Lamping1-6/+6
a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed. svn path=/trunk/; revision=12358
2004-10-17From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,Guy Harris1-2/+9
with AUTHORS-SHORT-FORMAT containing the formatting codes. svn path=/trunk/; revision=12334
2004-10-16update setup target to latest win32 libsUlf Lamping1-4/+4
svn path=/trunk/; revision=12316
2004-10-15Updates to reflect revision 4 of ethereal-win32-libs.Gerald Combs1-4/+4
svn path=/trunk/; revision=12305
2004-10-15Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.Gerald Combs1-0/+1
Whitespace cleanup. svn path=/trunk/; revision=12304
2004-10-09update setup target to latest GTK library filesUlf Lamping1-2/+2
svn path=/trunk/; revision=12249
2004-10-02From Lars Roland: don't link EXTRA_OBJECTS unnecessarily withGuy Harris1-9/+9
ethereal.exe, tethereal.exe and dftest.exe. Export mkstemp() from libethereal.dll instead. svn path=/trunk/; revision=12181
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-1/+0
than using the plugin address table. svn path=/trunk/; revision=12139
2004-09-24Use new win32 libs from anonsvn instead of webpage, including setup target. ↵Ulf Lamping1-3/+3
Use updated GTK 2.4.9 libraries. But still use wget. svn path=/trunk/; revision=12086
2004-09-23From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.Guy Harris1-0/+2
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-12added a clean_setup target, to cleanup the unzipped filesUlf Lamping1-0/+13
svn path=/trunk/; revision=11977
2004-09-11From Graeme Hewson: translate accented UTF-8 characters to Pod E<>Guy Harris1-1/+1
escapes so they turn into *roff escapes and HTML entities in the output, in case raw UTF-8 doesn't work. svn path=/trunk/; revision=11975
2004-09-01renamed REQUIRED_APPS to REQUIRED_TOOLS and verify_apps to verify_tools, as ↵Ulf Lamping1-4/+4
it seems much more appropriate svn path=/trunk/; revision=11874
2004-08-26Bump the GTK+ 2.4 version up to 2.4.7, and bup GTK-Wimp up to 0.62.Gerald Combs1-3/+3
svn path=/trunk/; revision=11842
2004-08-11Update to GTK-Wimp 0.6.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=11721
2004-08-11Change the "setup" target to download the updated GTK+ libraries describedGerald Combs1-2/+2
at http://mail.gnome.org/archives/gtk-devel-list/2004-August/msg00058.html . svn path=/trunk/; revision=11718
2004-08-06Update the "setup" target for GLib 2.4.5, GTK+ 2.4.4, and Pango-1.4.1.Gerald Combs1-6/+6
svn path=/trunk/; revision=11612
2004-07-29From Lars Roland: MSVC make fixes.Olivier Biot1-3/+3
Many people have recently reported many problems with the nmake build process. It seems that these problems come from using epan/makefile.nmake to compile the DISSECTOR_SUPPORT_SOURCES which are located in /trunk. Nmake from MSVC6 puts the object code of the DISSECTOR_SUPPORT_SOURCES in /epan although Nmake expects the object code in /trunk when it checkes dependencies. Thus DISSECTOR_SUPPORT_OBJECTS are built every time even when they are already there. Nmake Version 1.5 (MSVC 2003 Toolkit) puts the object code of the DISSECTOR_SUPPORT_SOURCES in /trunk instead. This makes it impossible to use epan/makefile.nmake for compiling the DISSECTOR_SUPPORT_SOURCES and to make it work for both versions of nmake. We have to use /trunk/makefile.nmake for compiling the DISSECTOR_SUPPORT_SOURCES to solve these issues. It should also be possible to build ethereal without libethereal.dll again. Once we have moved all DISSECTOR_SUPPORT_SOURCES into a subdirectory of epan we can get rid of this patchwork in the nmake makefiles. svn path=/trunk/; revision=11562
2004-07-28Add the MSWIN RC information for capinfo.Olivier Biot1-4/+7
svn path=/trunk/; revision=11556
2004-07-28From Ian Schorr: capinfo - provides capture file information.Olivier Biot1-2/+12
svn path=/trunk/; revision=11555
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+1
svn path=/trunk/; revision=11476
2004-07-21Add doxygen.cfg to the "clean" target.Gerald Combs1-2/+2
svn path=/trunk/; revision=11464
2004-07-19Fixes (and ugly hacks) for Windows compilation.Gerald Combs1-5/+5
svn path=/trunk/; revision=11435
2004-07-18Fix the win32 nmake generation for now (it will compile/link/run again). ↵Ulf Lamping1-1/+4
This will need more cleanup if the movements of the dissector sources are finished. Hopefully this doesn't broke the unix build. svn path=/trunk/; revision=11423
2004-07-18first attempt to make Win32 generation (nmake) ready for the dissector ↵Ulf Lamping1-26/+2
movings (but still incomplete) svn path=/trunk/; revision=11415
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-21/+8
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
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
2004-07-17Changed dependencies, so image dir will be generated before epan, otherwise ↵Ulf Lamping1-2/+2
the libethereal.res file will not be available when needed to link libethereal.dll svn path=/trunk/; revision=11394
2004-07-17From Graham Bloice: add resource information to libethereal.dll.Guy Harris1-1/+1
svn path=/trunk/; revision=11388
2004-07-15Convert make-version.pl and the associated cvsversion.h and CVSVERSIONGerald Combs1-8/+8
definition to Subversion. "svn info" prints out the last changed date of the repository, so we don't have to go hunting through "CVS/Entries" files anymore. svn path=/trunk/; revision=11379
2004-07-13Both epan/doxygen.cfg and gtk/doxygen.cfg depend on the root doxygen.cfg.Gerald Combs1-3/+14
Build it before going into those directories. svn path=/trunk/; revision=11375
2004-06-26From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just aGuy Harris1-2/+2
wrapper around "link /lib", and not all Microsoft C compiler distributions provide "lib". svn path=/trunk/; revision=11242
2004-06-21Add experimental feature of opening a webbrowser, to show some of theUlf Lamping1-2/+2
webpages from http://www.ethereal.com. This functionality is copied from the Gimp. Win32 will use ShellExecute to use the system registered webbrowser. On unix builds, currently the mozilla browser is hardcoded, we still need a preference setting for this (I will add this later). svn path=/trunk/; revision=11206
2004-06-21Change to GLib 2.4.2 and GTK+ 2.4.3.Gerald Combs1-5/+5
svn path=/trunk/; revision=11204
2004-06-20add GTK2.4 and alike libs to the setup target,Ulf Lamping1-5/+30
depending on settings in config.nmake svn path=/trunk/; revision=11200
2004-06-20add merge.obj to the linking of mergecap.exeUlf Lamping1-3/+3
svn path=/trunk/; revision=11193
2004-05-21convert AUTHORS file to a shorter version (without the tasks done)Ulf Lamping1-4/+11
for the about dialog svn path=/trunk/; revision=10944
2004-05-14GTK Wimp has it's own setting: GTK_WIMP_DIR,Ulf Lamping1-1/+3
the setup target should use it accordingly svn path=/trunk/; revision=10894
2004-05-13Fix a typo (seperate should be separate).Olivier Biot1-3/+3
svn path=/trunk/; revision=10878
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-23/+42
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-06Get rid of epan/config.h.win32.Olivier Biot1-2/+2
Fix a missing ZLIB_CFLAGS in epan/Makefile.nmake. svn path=/trunk/; revision=10807
2004-04-23From Lars Roland:Guy Harris1-1/+10
"make distclean" now removes "cvsversion.h"; new "update_plugin_api" which just builds the "xyzzy" target in the plugins subdirectory but makes sure that "config.h" has been generated, added. svn path=/trunk/; revision=10672
2004-04-10Modify the "setup" target to download the packages we've defined, so that weUlf Lamping1-1/+3
don't download the GTK1 packages unless we have GTK1_DIR defined. svn path=/trunk/; revision=10579