aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Collapse)AuthorFilesLines
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-5/+5
svn path=/trunk/; revision=22994
2007-09-25Use GTK+ 2.12Anders Broman1-4/+17
svn path=/trunk/; revision=22955
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-23/+0
svn path=/trunk/; revision=22934
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
svn path=/trunk/; revision=22798
2007-08-28always compile zlib.dll from source (even on MSVC6 now), this simplifies the ↵Ulf Lamping1-6/+0
makefiles a bit and (more important) removes an annoying behaviour if you switch between compiler versions - you'll need to run the setup target each time you switch svn path=/trunk/; revision=22714
2007-08-26Minor tweeks.Anders Broman1-1/+1
svn path=/trunk/; revision=22674
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-11/+16
svn path=/trunk/; revision=22672
2007-08-26Download libsmiAnders Broman1-0/+11
svn path=/trunk/; revision=22671
2007-06-150.99.6 has been split off. Bump the trunk to 0.99.7.Gerald Combs1-1/+1
svn path=/trunk/; revision=22111
2007-05-20Revert back to having a local copy of airpcap.h. This should fix buildingGerald Combs1-2/+2
with AirPcap. Re-define AIRPCAP_DIR. svn path=/trunk/; revision=21846
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman1-1/+1
svn path=/trunk/; revision=21841
2007-05-18From Dustin Johnson:Gerald Combs1-0/+1
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2007-03-22Use the latest GTK stuff.Anders Broman1-1/+1
svn path=/trunk/; revision=21122
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