aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27Use GTK+ 2.16.1-1Anders Broman1-2/+2
svn path=/trunk/; revision=28180
2009-04-17Use the CRT version appropriate for our target architecture.Gerald Combs1-5/+7
svn path=/trunk/; revision=28079
2009-04-16Check for the existence of a couple of directories and add variables for DLLGerald Combs1-0/+6
names. svn path=/trunk/; revision=28070
2009-04-16Fix (and likely re-break) the Windows builds:Gerald Combs1-1/+1
- Use the latest WinPcap Developer's Pack. - In file_dlg_win32.c, try to fix Visual C++ 6.0 compilation. - #if 0 out a bunch of definitions in capture_if_details_dlg_win32.c that already exist in Ntddndis.h. svn path=/trunk/; revision=28067
2009-03-20Switch back to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27810
2009-03-20Temporarily switch back to building 1.1.3 final.Gerald Combs1-1/+1
svn path=/trunk/; revision=27807
2009-03-19Use GTK 2.16 and glib 2.20.Anders Broman1-9/+21
svn path=/trunk/; revision=27796
2009-03-18Fix the Lua path on Win64.Gerald Combs1-1/+1
svn path=/trunk/; revision=27777
2009-03-18Move to 1.1.4.Gerald Combs1-1/+1
svn path=/trunk/; revision=27767
2009-03-17Revert the changes, it blows up when resizeing windows...Anders Broman1-21/+9
svn path=/trunk/; revision=27764
2009-03-17Use GTK 2.16 and glib 2.20.Anders Broman1-9/+21
svn path=/trunk/; revision=27762
2009-03-11Use WIRESHARK_TARGET_PLATFORM instead of PLATFORM.Gerald Combs1-7/+7
svn path=/trunk/; revision=27701
2009-03-07gettext library setup: Fix a bug and adjust config slightly for win32 soBill Meier1-1/+1
gettext setup works the way I think was intended. svn path=/trunk/; revision=27644
2009-03-07Fix Win32 build breakage.Gerald Combs1-2/+4
svn path=/trunk/; revision=27634
2009-03-07Add preliminary support for Win64 compilation. Attempt to use the sameGerald Combs1-3/+239
set of makefiles and scripts for each platform as much as possible. svn path=/trunk/; revision=27633
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-3/+4
that would break compilation for older compilers. Create a "DLL_LDFLAGS" variable and use it in DLLs and plugins. Use PLUGIN_LDFLAGS and DLL_LDFLAGS where needed. Don't force i386 code in the TPG plugin. svn path=/trunk/; revision=27582
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-0/+4
svn path=/trunk/; revision=27579
2009-02-09Update GnuTls to gnutls-2.6.4-1Tomas Kukosa1-3/+3
svn path=/trunk/; revision=27398
2009-01-16Change the version to 1.1.3. SVN-stamp the version again.Gerald Combs1-1/+1
svn path=/trunk/; revision=27252
2008-12-30Enable GeoIP if INETSDK is defined (which should mean we have IPv6Gerald Combs1-5/+4
definitions even if we're running Visual C++ 6.0). svn path=/trunk/; revision=27137
2008-12-30Try to fix a compilation error with Visual C++ 6.0.Gerald Combs1-1/+6
svn path=/trunk/; revision=27135
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs1-0/+17
conversion. svn path=/trunk/; revision=27098
2008-12-17Remove lynx as a dependency on Windows. By default, create the FAQ usingGerald Combs1-2/+12
html2text.py. You can override this by adjusting config.nmake or by setting HTML2TXT. svn path=/trunk/; revision=27041
2008-12-15Update GnuTls to gnutls-2.6.3-1Tomas Kukosa1-2/+2
svn path=/trunk/; revision=26998
2008-12-10Use c-ares 1.6.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=26961
2008-10-25Compile flags: Use /DWIN32_LEAN_AND_MEAN; Add note re using /MP for faster buildBill Meier1-5/+8
(/MP means "compile multiple source files by using multiple processes") svn path=/trunk/; revision=26553
2008-10-14If PYTHON hasn't been defined, look for Python 2.6, 2.5, and 2.4 (inGerald Combs1-9/+22
that order). If found, set up Python automatically. svn path=/trunk/; revision=26452
2008-10-09Switch back to 1.1.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=26392
2008-10-07Try for another 1.1.1 development release.Gerald Combs1-1/+1
svn path=/trunk/; revision=26374
2008-10-01Use LUA 5.1.4Anders Broman1-2/+2
svn path=/trunk/; revision=26329
2008-09-25Yet another GTK+ update...Anders Broman1-3/+3
Overview of Changes from GTK+ 2.14.2 to 2.14.3 ============================================== * Revert problematic GtkAdjustment changes * Bugs fixed: 552837 mem leak in gtkimmulticontext 553000 incorrect i18n header in gtkfilesystem.c 553135 eog crash: assertion failed 552545 leaks GpImage svn path=/trunk/; revision=26273
2008-09-24Switch back to normal versioning. Bump the development version to 1.1.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=26259
2008-09-16Add /D_BIND_TO_CURRENT_CRT_VERSION=1 to LOCAL_CFLAGS in modern versionsGerald Combs1-2/+3
of Visual C++. (How did this "feature" ever see the light of day?) Make sure we use LOCAL_CFLAGS *everywhere*. This should fix problems with building a usable installer under Visual Studio 2008 SP1. Add comments with links to Visual C++'s idiotic handling of assemblies and deployment using xcopy. Move to c-ares 1.5.3. Make sure we remove all of our manifests in epan and packaging/u3/tools. svn path=/trunk/; revision=26219
2008-09-15Move to 1.1.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=26199
2008-09-06Use GTK+ 2.14.1Anders Broman1-3/+5
What's new in GTK+ 2.14 ======================= GTK+ 2.14 adds new functionality while maintaining source and binary compatibility with GTK+ 2.12. Highlights of new features and improvements in GTK+ 2.14 are: New widgets and objects * GdkAppLaunchContext, provides startup notification with g_app_info_launch() * GtkMountOperation, can ask for passwords when mounting volumes with g_volume_mount() * GtkToolShell, an interface for containers of GtkToolItems Noteworthy new APIs * gtk_show_uri(), a replacement for gnome_vfs_url_show() and gnome_url_show() * gtk_widget_get_snapshot(), using pixmap redirection to render snapshots of widgets Changes in the file chooser The file chooser uses GIO directly, loadable backends are no longer supported. Autocompletion in the file chooser entry has been improved. Changes in printing support The print dialog displays printer status information. Support for rearranging pages when printing multiple pages per sheet has been added to the cups backend. Accessibility support The gail module is shipped with GTK+, GtkBuilder supports accessibility attributes and GtkStatusIcon supports keyboard navigation. Internationalization support The compose sequences understood by GTK+'s builtin input method have been synchronized with recent X.org compose sequences, adding a large number of new sequences. GTK+ no longer uses translations when an application is not translated to the current locale. gdk-pixbuf changes * Support loading OS X icns format * Support loading JPEG 2000 images * Support loading and saving to GIO streams * Use GIO for mime information GDK changes GDK uses Xrandr instead of Xinerama to provide more (and dynamic) monitor information. Font configuration changes are now picked up at runtime, without an application restart. For more details and lists of fixed bugs, see the announcements for the 2.13.x development releases: http://mail.gnome.org/archives/gtk-devel-list/2008-February/msg00079.html http://mail.gnome.org/archives/gtk-devel-list/2008-May/msg00112.html http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00033.html http://mail.gnome.org/archives/gtk-devel-list/2008-June/msg00158.html http://mail.gnome.org/archives/gtk-devel-list/2008-July/msg00044.html http://mail.gnome.org/archives/gtk-devel-list/2008-July/msg00182.html http://mail.gnome.org/archives/gtk-devel-list/2008-August/msg00023.html http://mail.gnome.org/archives/gtk-devel-list/2008-August/msg00153.html svn path=/trunk/; revision=26148
2008-09-04Move the trunk to 1.1.0. Temporarily build a non-SVN-stamped package, soGerald Combs1-2/+2
that we can build 1.1.0 packages. svn path=/trunk/; revision=26136
2008-08-14More updates to allow for a win64 target build.Gerald Combs1-3/+18
svn path=/trunk/; revision=26029
2008-08-14SecFileExtensions was removed in 2005. Don't reference it. Fixes bug 2793.Gerald Combs1-2/+4
Replicate the old SecFileExtensions behavior by disabling and unchecking the file extensions option when Wireshark is unselected. While we're at it, add a "PLATFORM" variable to config.nmake, and use it to set the library directory and installer filename and title. Add a couple of minor fixes. svn path=/trunk/; revision=26019
2008-08-11On Windows, if we're running anything but plain Visual C++ 6 (includingGerald Combs1-0/+7
VC6 plus a platform SDK), set INET6. Use that to figure out if we need to define socklen_t for c-ares. This should fix bug 2797. svn path=/trunk/; revision=25985
2008-08-11Add a note about c-ares and MSVC6.Gerald Combs1-0/+3
svn path=/trunk/; revision=25982
2008-08-07Add support for the c-ares asynchronous DNS resolution library to theGerald Combs1-2/+29
Windows build. Add support for async IPv6 lookups. Update the ADNS code slightly. This is not supported (yet) on the UNIX side. svn path=/trunk/; revision=25953
2008-08-05Switch the default MSVC_VARIANT from MSVC6 to MSVC2008.Gerald Combs1-2/+2
svn path=/trunk/; revision=25932
2008-08-04From Pascal Quantin via bug 2719: Fix support for Microsoft Visual C++ 2008.Gerald Combs1-14/+9
From me: Instead of adding adns_config.h, place it a custom adns package in wireshark-win32-libs. Update tools/win32-setup.sh accordingly. Split the MSVC2008EE variant into MSVC2008 and MSVC2008EE, similar to MSVC2005 and MSVC2005EE. We have to worry about vcredist_x86.exe in both cases. Add Pascal to AUTHORS. Update the Developer's Guide. svn path=/trunk/; revision=25921
2008-06-26Remove a lot of vestigal GTK-Wimp stuff. It's been included withGerald Combs1-14/+0
GTK+ since version 2.8, when its name was changed to the "GTK MS Windows-Engine." Simplify the Windows installer by removing the GTK-Wimp option (which means the "Wireshark" item can be an entry instead of a group). Move Rawshark to the "Tools" group. (If anyone wants to disable the MS Windows Engine they can still do so after installation by disabling or removing libwimp.dll.) svn path=/trunk/; revision=25611
2008-06-24Add TurboCap-related changes from /trunk-1.0:Gerald Combs1-0/+3
From Dustin Johnson: Add support for TurboCap. - packet-ppi.c: Add aggregation and 802.3 extended information. - capture-wpcap.c: Add support for pcap_list_datalinks and pcap_set_datalink. Make pcap_list_datalinks and pcap_set_datalink mandatory on Windows. svn path=/trunk/; revision=25593
2008-05-16Update GnuTls to gnutls-2.3.8-1Tomas Kukosa1-2/+3
svn path=/trunk/; revision=25309
2008-05-13Update to Portaudio pa_stable_v19_20071207Tomas Kukosa1-2/+2
svn path=/trunk/; revision=25285
2008-05-12Update to WpdPack 4.0.2 and NASM 2.02Tomas Kukosa1-2/+1
svn path=/trunk/; revision=25278
2008-05-07Enable PCAP_REMOTE by defaultTomas Kukosa1-1/+1
svn path=/trunk/; revision=25252
2008-04-22Use Libsmi 0.4.8Anders Broman1-1/+1
svn path=/trunk/; revision=25147