aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Revert the change of MSVC_VARIANT made by misstake.Anders Broman1-1/+1
svn path=/trunk/; revision=41238
2012-02-29Use GTK 2.24.10 for win32.Anders Broman1-4/+4
svn path=/trunk/; revision=41237
2012-02-29Add the package version of GTK 2.24.10(commented out).Anders Broman1-1/+3
svn path=/trunk/; revision=41236
2012-02-19(Minor): Add -DG_DISABLE_SINGLE_INCLUDES to GLIB_CFLAGSBill Meier1-1/+2
svn path=/trunk/; revision=41076
2012-01-30Rework optional generation of .sbr & .bsc files.Bill Meier1-13/+18
svn path=/trunk/; revision=40779
2012-01-30Fix QtShark compile error.Bill Meier1-1/+1
(Quoting can be tricky ...) svn path=/trunk/; revision=40766
2012-01-29Part of "Build Browse Information File per default" fromAnders Broman1-0/+2
Kovarththanan Rajaratnam applied. It's still not the default but easier to make it so. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3480 svn path=/trunk/; revision=40765
2012-01-27Since we know the version of WinPcap we're compiling against, go ahead and ↵Chris Maynard1-1/+1
display it instead of displaying "version unknown". svn path=/trunk/; revision=40740
2012-01-06Remove support for MSVC < MSVC2005; Update Developer's Guide.Bill Meier1-84/+5
svn path=/trunk/; revision=40395
2011-11-29Allow for, but don't yet use, GTK+ 2.24.Gerald Combs1-3/+3
svn path=/trunk/; revision=40032
2011-11-17Add an SVN_REVISION variable to config.nmake. This can be used toGerald Combs1-10/+13
retrieve our SVN revision in releases. Use make-version.pl to set all version information. Be more explicit about the tasks it performs: - Fetching the SVN revision which corresponds to our code. The revision can be fetched via "svn info", "git svn info", SubWCRev", config.nmake, or by prodding .svn. - Setting the version numbers (the "major.minor.micro" triplet). - Setting the release information (revision/build number, local build identifier) Remove the "is_release" configuration option and dist-hook target. When run with a "--set-*" option or no options make sure we leave a valid svnversion.h behind. svn path=/trunk/; revision=39891
2011-11-081.7.0 → 1.7.1.Gerald Combs1-1/+1
svn path=/trunk/; revision=39769
2011-10-05Add a HAVE_GEOIP_V6 configuration option and enable it by default.Gerald Combs1-3/+5
svn path=/trunk/; revision=39283
2011-10-04Add more entries to the Python CRT list.Gerald Combs1-1/+3
svn path=/trunk/; revision=39257
2011-09-25Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGERJörg Mayer1-3/+0
as it is the only option left. svn path=/trunk/; revision=39138
2011-08-21Make MAIN_MENU_USE_UIMANAGER the default.Anders Broman1-1/+1
svn path=/trunk/; revision=38650
2011-08-17Always build with -DGTK_DISABLE_DEPRECATED. The files thatJörg Mayer1-3/+1
fail when built in specific configurations will disable this option when required. svn path=/trunk/; revision=38588
2011-08-08MAIN_MENU_USE_UIMANAGER is also used in some includes, not onlyJörg Mayer1-2/+3
in .c files, so the aproach to #undef GTK_DISABLE_DEPRECATED was wrong. Only enable GTK_DISABLE_DEPRECATED if MAIN_MENU_USE_UIMANAGER is defined. svn path=/trunk/; revision=38420
2011-08-08Looks like the Windows code isn't as clean as the Unix path:Jörg Mayer1-1/+2
Comment out GTK_DISABLE_DEPRECATED svn path=/trunk/; revision=38405
2011-08-08GTK3 stuff:Jörg Mayer1-0/+2
- Update Status file - configure.in: start GSEALing with 2.20 and not 2.22 - configure.in/config.nmake/CMakeLists.txt: enable GTK_DISABLE_SINGLE_INCLUDE and GTK_DISABLE_DEPRECATED - menus.c: If not building with UI_MANAGER, disable GTK_DISABLE_DEPRECATED svn path=/trunk/; revision=38404
2011-08-07svn path=/trunk/; revision=38396Anders Broman1-1/+2
2011-08-07Revert previous commit.Anders Broman1-2/+1
(Note to self read the description first) "Returns : a newly-allocated string, with all the upper case characters in str converted to lower case, with semantics that exactly match g_ascii_tolower(). (Note that this is unlike the old g_strdown(), which modified the string in place.)" svn path=/trunk/; revision=38395
2011-08-07 Replace deprecated glib functions.Anders Broman1-1/+2
set DG_DISABLE_DEPRECATED for windows build. svn path=/trunk/; revision=38394
2011-08-03- Get rid of deprecated functions.Anders Broman1-0/+1
- Include pangocairo. svn path=/trunk/; revision=38317
2011-07-29 - Always build with GSEAL_ENABLEAnders Broman1-1/+2
svn path=/trunk/; revision=38252
2011-07-19Instead of overloading WIRESHARK_LIBS / wireshark_LIBS in Makefile.nmakeGerald Combs1-34/+34
use WIRESHARK_LIB_DIR for the location of our external libraries. svn path=/trunk/; revision=38119
2011-07-19Pull WIRESHARK_LIBS from the system environment if it's available.Gerald Combs1-0/+3
svn path=/trunk/; revision=38114
2011-07-17Include Cairo lib to be able to use caro functions.Anders Broman1-0/+1
svn path=/trunk/; revision=38066
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs1-4/+6
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs1-36/+0
likely to add it back to wireshark-win32-libs and it was never available in wireshark-win64-libs. svn path=/trunk/; revision=37778
2011-06-17Make pcap-ng the default. Add a compile-time option to prefer pcap-ng orGerald Combs1-0/+3
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
2011-06-06Bump the wiretap version.Gerald Combs1-3/+3
svn path=/trunk/; revision=37571
2011-05-31Remove HAVE_AIRPDCAPAnders Broman1-2/+0
svn path=/trunk/; revision=37495
2011-05-19FOP 0.95 → 1.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=37300
2011-05-141.5.2 → 1.7.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=37148
2011-05-14Move MAIN_MENU_USE_UI_MANAGER outside of if win32.Anders Broman1-3/+3
svn path=/trunk/; revision=37141
2011-05-12Conditional support for packet-editor [default=no].Jakub Zawadzki1-0/+4
svn path=/trunk/; revision=37084
2011-05-12Make the use of UIManager a configure option.Anders Broman1-0/+3
NOTE Only for Windows. Additional moves to UIManager. svn path=/trunk/; revision=37072
2011-04-29On Windows: don't (try but fail--the code did not work) to defineJeff Morriss1-1/+0
HAVE_GZLCEARERR. Define HAVE_INFLATEPRIME if we HAVE_LIBZ. svn path=/trunk/; revision=36954
2011-04-20Only add /SafeSEH to LDFLAGS if WIRESHARK_TARGET_PLATFORM != win64. The Chris Maynard1-0/+2
Windows-7-x64 buildbot doesn't like it and reports the following: LINK : fatal error LNK1246: '/SAFESEH' not compatible with 'x64' target machine; link without '/SAFESEH' svn path=/trunk/; revision=36730
2011-04-19Explicitly add /GS to CFLAGS and /SafeSEH & /FIXED:no to LDFLAGS.Gerald Combs1-2/+9
svn path=/trunk/; revision=36722
2011-04-13Ok let's try GTK 2.22 on Win64 too - fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=36623
2011-04-13Ok let's try GTK 2.22 on Win64 too.Anders Broman1-4/+4
svn path=/trunk/; revision=36620
2011-04-13Try out GTK 2.22Anders Broman1-4/+4
svn path=/trunk/; revision=36619
2011-04-13Restore defaultsAnders Broman1-1/+1
svn path=/trunk/; revision=36618
2011-04-13Build win64 with a modified zlib (google is your friend).Anders Broman1-3/+3
http://www.apachehaus.com/forum/index.php?action=printpage;topic=143.0 First problem: ZLIB build must be fixed for x64, otherwise there will be one unresolved external symbol later. Quick fix is to open build\win32\build_zlib.bat and insert this at line 51: set ASM_OPTS=AS=ml64 LOC="-DASMV -DASMINF" OBJA="inffasx64.obj gvmat64.obj inffas8664.obj" (info found in zlib\win32\Makefile.msc) and then open zlib\contrib\masmx64\inffas8664.c and prepend "../../" to four includes at the beginning. svn path=/trunk/; revision=36616
2011-04-12Fix nasm pathname: nasm-2.09-08\nasm.exe ==> nasm-2.09.08\nasm.exeBill Meier1-1/+1
svn path=/trunk/; revision=36596
2011-04-12Build with zlib-1.2.5 for win32Anders Broman1-4/+4
zlib for GTK hasd this comment: /* LFS conventions have no meaning on Windows. Looking for feature * macros like _LARGEFILE64_SOURCE or _FILE_OFFSET_BITS on Windows is * wrong. So make sure any such macros misguidedly defined by the * user have no effect. Windows has large file support, but the * official zlib DLL has not been built to provide the 64-bit offset * APIs, sigh. So we have just patched out the 64-bit offset API * from this header file. */ svn path=/trunk/; revision=36586
2011-04-101.5.1 → 1.5.2. Reenable Babel.Gerald Combs1-1/+1
svn path=/trunk/; revision=36540
2011-04-05Use the latest library tag, which updates GNUTLS. Add code to check forGerald Combs1-2/+2
libintl-8.dll and add the GNUTLS version if needed. svn path=/trunk/; revision=36483