aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2012-09-21Add MCVC2012 ProfessionalAnders Broman1-0/+4
svn path=/trunk/; revision=45036
2012-09-21Revert r45018 and r45019: put config.h back in lemon.c and take _U_ back offJeff Morriss1-1/+1
the compile line when building with cmake. Put _U_'s definition in config.h when building with autofoo and on Windows. svn path=/trunk/; revision=45034
2012-09-20Add some info about building with Visual Studio 2012 (VC11):Bill Meier1-1/+8
Summary: It seems to work; win32.mak file must be obtained from <somewhere>; (See comment in file for details) svn path=/trunk/; revision=45033
2012-09-18Add stuff to config to build with VS2012. However: build currently fails.Bill Meier1-2/+15
svn path=/trunk/; revision=44982
2012-09-16Compile and install schemas if GTK3 is used, nsis needs update tooAnders Broman1-0/+1
svn path=/trunk/; revision=44923
2012-09-14Use the latet GTK3+ bundles when building with GTK3Anders Broman1-2/+2
svn path=/trunk/; revision=44890
2012-07-06Revert part of r43579, MSVC_VARIANT should be not defined.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43585
2012-07-06From Michael Mann:Anders Broman1-1/+1
Generic preferences implementation - Printing and Name Resolution. svn path=/trunk/; revision=43579
2012-06-25From Tony Trinh:Anders Broman1-1/+1
Update Lua from 5.1 to 5.2 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7400 svn path=/trunk/; revision=43482
2012-06-20Remove HAVE_WIRELESS_TOOLBAR from the other build systems.Jörg Mayer1-1/+0
svn path=/trunk/; revision=43419
2012-06-19Start to have an generic wireless toolbar. Sligtly modified patch from Anders Broman1-0/+2
Pontus Fuchs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=43354
2012-06-13Add a comment as to .bsc files seemingly not usable with VS2010.Bill Meier1-0/+1
svn path=/trunk/; revision=43234
2012-06-06Update the Lua configuration on Win64 to reflect the recent change toGerald Combs1-1/+1
Visual Studio 2010. svn path=/trunk/; revision=43142
2012-06-051.7.2 → 1.9.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=43120
2012-06-04Make it possible to build with GTK3 on WindowsAnders Broman1-6/+8
svn path=/trunk/; revision=43083
2012-06-04Update GTK 3.0 package IdAnders Broman1-2/+2
svn path=/trunk/; revision=43071
2012-06-03Default to the version recommended in the Developer's Guide, namelyGuy Harris1-2/+3
MSVC++ 2010 Express Edition. svn path=/trunk/; revision=43016
2012-05-31Use GeoIP package 1.4.8-2 for win64 also (I guess that's what was intended ↵Pascal Quantin1-1/+1
in r42933) svn path=/trunk/; revision=42946
2012-05-30Use the updated GeoIP package (1.4.8-2).Gerald Combs1-1/+1
svn path=/trunk/; revision=42933
2012-05-30Revert GEOIP_CFLAGS back to r42905. It looks like the builders picked upGerald Combs1-1/+1
the wrong archive yesterday before I had a chance to upload the right one. svn path=/trunk/; revision=42919
2012-05-30Ugh. Fix GEOIP_CFLAGS again. 3rd time's the charm?Chris Maynard1-1/+1
svn path=/trunk/; revision=42918
2012-05-30Try it with Windows style path separator instead.Chris Maynard1-1/+1
svn path=/trunk/; revision=42917
2012-05-30Fix GEOIP_CFLAGS so GeoIP.h can be found.Chris Maynard1-1/+1
svn path=/trunk/; revision=42916
2012-05-29Use GeoIP 1.4.8 which includes a DLL instead of a static library.Gerald Combs1-5/+7
svn path=/trunk/; revision=42905
2012-05-14Try using an OBS-derived Gtk2 bundle, second try.Gerald Combs1-16/+39
svn path=/trunk/; revision=42623
2012-04-23Add PKG_SUFIXAnders Broman1-0/+1
svn path=/trunk/; revision=42202
2012-04-21Make it possible to download the GTK3 packageAnders Broman1-3/+88
svn path=/trunk/; revision=42174
2012-04-20Switch back to the gtk.org version of the GTK+ bundle since its CairoGerald Combs1-60/+22
doesn't crash. svn path=/trunk/; revision=42171
2012-04-19Switch to our custom GTK+ bundles derived from openSUSE Build ServiceGerald Combs1-22/+60
packages. Sort and normalize our DLL lists. Add several new required DLLs. svn path=/trunk/; revision=42143
2012-04-061.7.1 → 1.7.2.Gerald Combs1-1/+1
svn path=/trunk/; revision=41971
2012-04-04RevertAnders Broman1-1/+1
svn path=/trunk/; revision=41928
2012-04-04Update to a version which have getopt_long().Anders Broman1-1/+1
svn path=/trunk/; revision=41926
2012-03-29Use the GnuTLS 2.12.18-1.2-1 bundle.Gerald Combs1-7/+7
svn path=/trunk/; revision=41829
2012-03-27Use GnuTLS 2.12.18.Gerald Combs1-2/+2
svn path=/trunk/; revision=41809
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