aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2007-02-08Python V2.5 is the latest stable version. Add a comment to config.nmake (but ↵Ulf Lamping1-0/+3
keep the 2.4 alive for now) and update version strings in the devel guide. If the buildbot will be updated, we could also activate the new version in config.nmake. svn path=/trunk/; revision=20750
2007-02-03some minor cleanupUlf Lamping1-10/+6
svn path=/trunk/; revision=20702
2007-02-03as discussed on the list:Ulf Lamping1-25/+5
- GTK 2.10 is mainline now - WINPCAP_VERSION is just confusing without benefit, remove it svn path=/trunk/; revision=20701
2007-02-03... no it won't, that's why I removed them ...Ulf Lamping1-4/+4
Put the quotes around the places where HHC_DIR is used, that should work. svn path=/trunk/; revision=20699
2007-02-03Quotes around HHC_DIR required so build doesn't fail;Bill Meier1-1/+1
Will the buildbot "build docs" step work ? Let's see svn path=/trunk/; revision=20698
2007-02-03fix HHC_DIR to workUlf Lamping1-2/+2
svn path=/trunk/; revision=20693
2007-02-03cleanup docbook related commentsUlf Lamping1-14/+12
svn path=/trunk/; revision=20692
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - ↵Ulf Lamping1-3/+50
having only one place to configure it all :-) svn path=/trunk/; revision=20690
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
svn path=/trunk/; revision=20645
2007-01-31C preprocessor only handles integers for conditional compilation. Build ↵Ulf Lamping1-0/+14
MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 svn path=/trunk/; revision=20637
2007-01-22Bump the trunk version to 0.99.6.Gerald Combs1-1/+1
svn path=/trunk/; revision=20526
2007-01-19user-guide final step:Ulf Lamping1-2/+2
enable HHC_DIR as default, hopefully the buildbot will "get it right" now :-) svn path=/trunk/; revision=20496
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping1-15/+0
remove ENABLE_WSUG setting from config.nmake and replace it with GLIB_MAJOR_VERSION >= 2 (as Glib 1.x cannot open a browser to show a HTML file - it's just currently? not implemented) svn path=/trunk/; revision=20446
2007-01-13no, we're still not using MSVC2005 as default :-(Ulf Lamping1-1/+1
should fix the Win32 buildbot ... svn path=/trunk/; revision=20413
2007-01-13fix some remaining MSVC != V6 issues:Ulf Lamping1-14/+54
- add redistributables (msvcr*.dll) to the NSIS installer (depending on MSVC_VARIANT) - split MSVC2006 and MSVC2006EE (Express Edition) settings in config.nmake, as redistributable settings for NSIS are different - remove Platform SDK setting from config.nmake, it's not needed svn path=/trunk/; revision=20411
2007-01-11add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-)Ulf Lamping1-1/+6
svn path=/trunk/; revision=20390
2007-01-10various msvc / zlib config cleanupUlf Lamping1-24/+15
svn path=/trunk/; revision=20383
2007-01-10fix the HHC_DIR settings for none MSVC6 variantsUlf Lamping1-0/+5
svn path=/trunk/; revision=20375
2007-01-10from Laurent Rabret:Ulf Lamping1-8/+3
use /MD switch instead of direct linker switches (hopefully this will fix linker issues mentioned by Andrew and Stephen) svn path=/trunk/; revision=20370
2007-01-08fix compilation for:Ulf Lamping1-5/+5
- Visual Studio .NET (2002) - Visual Studio .NET 2003 svn path=/trunk/; revision=20349
2007-01-08Oops, I did it again ;-)Ulf Lamping1-1/+1
C:\Programme -> C:\Program Files svn path=/trunk/; revision=20339
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source ↵Ulf Lamping1-1/+3
package instead of the dll one, and compile it in a temp dir before continuing with wiretap svn path=/trunk/; revision=20337
2007-01-07fix GNUTLS compiling issue on recent MSVC versions by switching off ↵Ulf Lamping1-3/+2
Wincrypt.h, see: http://www.mail-archive.com/openssl-dev@openssl.org/msg03802.html for details svn path=/trunk/; revision=20336
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-9/+17
- Microsoft .Net Framework SDK Version 1.1 - Microsoft .Net Framework 2.0 SDK ... which seems to work fine now (except for the open problems like zlib) :-) Some of the plugins need different linker flags depending on the MSVC. I've set a "define" in config.nmake (PLUGIN_LDFLAGS) and used it in the affected plugins/.../Makefile.nmake. Maybe we should generally change the plugins that way. btw: The "Microsoft Visual C++ Toolkit 2003" (mentioned some time ago on the list) doesn't work as some important files are missing - and we have much easier alternatives now :-) svn path=/trunk/; revision=20332
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: ↵Ulf Lamping1-1/+1
AirPcap_Devpack_1_0_0_594 svn path=/trunk/; revision=20324
2007-01-05compile error in openssl.h depends on the Platform SDK, not the MSVC variant ↵Ulf Lamping1-2/+2
used change the !IFDEF around GNUTLS accordingly svn path=/trunk/; revision=20323
2007-01-05move the directory settings more to the top, add an optional platform SDK ↵Ulf Lamping1-13/+23
setting svn path=/trunk/; revision=20322
2007-01-05Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. EnableGerald Combs1-3/+3
AirPcap. svn path=/trunk/; revision=20321
2007-01-04add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option ↵Ulf Lamping1-1/+6
(this is the one described in the corresponding Wiki page) mark "Visual Studio 2005" (without Express) as EXPERIMENTAL too, seems to be working just like the Express Edition :-) svn path=/trunk/; revision=20313
2007-01-03another attempt to fix the "Program Files" setting. Unfortunately, using the ↵Ulf Lamping1-6/+16
environment setting doesn't seem to work ... svn path=/trunk/; revision=20297
2007-01-03hmmm, maybe he don't like mixing slashes and backslashes ...Ulf Lamping1-1/+1
svn path=/trunk/; revision=20292
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for ↵Ulf Lamping1-3/+0
this info add some missing files to the clean targets svn path=/trunk/; revision=20290
2007-01-03Instead of hard coding "C:/program files", use the corresponding environment ↵Ulf Lamping1-3/+3
variable %ProgramFiles% (hopefully this is available on all supported platforms). This makes it possible to use the same unchanged setting even for internationalised Windows versions (e.g. in the german version this is: "C:\Programme") svn path=/trunk/; revision=20288
2007-01-03move the MSVC "block" towards the top of the fileUlf Lamping1-27/+36
don't use GNUTLS and ZLIB when compiling with MSVC != Version 6 - it currently doesn't work svn path=/trunk/; revision=20283
2007-01-02make MSVC6 the default for MSVC_VARIANT, not MSVC2005Ulf Lamping1-2/+2
svn path=/trunk/; revision=20265
2007-01-02first MSVC 2005 changes:Ulf Lamping1-3/+52
- add some lines to set the desired MSVC_VARIANT - set some defines (to prevent tons of "deprecated" warnings) - set some linker flags (currently don't know if these are the right ones - still experimenting) svn path=/trunk/; revision=20258
2006-12-27Use portaudio v19.Anders Broman1-4/+4
svn path=/trunk/; revision=20225
2006-12-26Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the ↵Bill Meier1-4/+4
nmake; I violated Murphy's nth law: thou shalt test fixes in an 'out of the box' configuration *not* in one's customized configuration. :( svn path=/trunk/; revision=20221
2006-12-26cygwins python doesn't work on a lot of machines, make the native python the ↵Ulf Lamping1-7/+7
default (until we know what the cause of the problems are) set VERSION_EXTRA back to empty - I guess this was checked in by mistake svn path=/trunk/; revision=20218
2006-12-23Update to GNUTLS 1.6.0.Gerald Combs1-2/+2
svn path=/trunk/; revision=20204
2006-12-21Update to use gtk 2.10.6 and friends.Anders Broman1-4/+16
svn path=/trunk/; revision=20188
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-2/+0
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. svn path=/trunk/; revision=20071
2006-12-06Don't define HAVE_AIRPDCAP if HAVE_AIRPCAP isn't defined. Fix a compilerGerald Combs1-1/+3
warning in the 802.11 dissector. svn path=/trunk/; revision=20053
2006-12-04Use 'igncr' as needed with Bash (workaround for bug report 1162);Bill Meier1-1/+13
Change usage of 'nmake' to $(MAKE) /$(MAKEFLAGS) in a few places; Add one missing /$(MAKEFLAGS); svn path=/trunk/; revision=20034
2006-11-12Update to use the latest gtk 2.8 glib and pango libraries.Anders Broman1-2/+2
Note from a mail on gtk dev list: -rwxr-xr-x 1 tml Administ 224510 Oct 3 18:35 libpango-1.0-0.dll -rwxr-xr-x 1 tml Administ 37952 Oct 3 18:35 libpangocairo-1.0-0.dll -rwxr-xr-x 1 tml Administ 58749 Oct 3 18:35 libpangowin32-1.0-0.dll (That's the relevant DLLs from the "bin" folder in Pango 1.14.5, where the module(s) are built-in into the DLLs, so no lib/pango/1.5.0/modules folder is needed.) svn path=/trunk/; revision=19880
2006-11-05change all file offsets from long to gint64 so we can - theoretically - ↵Ulf Lamping1-2/+3
handle files > 2GB correct. Please distclean Win32 builds! svn path=/trunk/; revision=19814
2006-11-03Bump the version to 0.99.5.Gerald Combs1-1/+1
svn path=/trunk/; revision=19781
2006-10-29change the default GTK version from GTK2.6 to GTK2.8Ulf Lamping1-4/+4
svn path=/trunk/; revision=19728
2006-10-27fix the GTK-WIMP paths for GTK2.8 - both source and destination paths ↵Ulf Lamping1-11/+10
completely changed from 2.6 to 2.8 due to the integration of Wimp into the main GTK repository remove settings for GTK2.2 and 2.4 in config.nmake - as no one uses it IMHO svn path=/trunk/; revision=19715
2006-10-26Preparations for using the latest GTK 2.8 files for now only gettext is updated.Anders Broman1-4/+7
svn path=/trunk/; revision=19695