aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
AgeCommit message (Expand)AuthorFilesLines
2007-09-27revert changes in config.nmake committed by mistake and commit configure.in Tomas Kukosa1-5/+5
2007-09-27put next few simple ASN.1 dissectors into the new makefile structureTomas Kukosa1-5/+5
2007-09-25Use GTK+ 2.12Anders Broman1-4/+17
2007-09-24Get rid of the remains of NET-SNMP in the build process.Jörg Mayer1-23/+0
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
2007-08-28always compile zlib.dll from source (even on MSVC6 now), this simplifies the ...Ulf Lamping1-6/+0
2007-08-26Minor tweeks.Anders Broman1-1/+1
2007-08-26Use config and makefile from Chris Maynard and Luis instead.Anders Broman1-11/+16
2007-08-26Download libsmiAnders Broman1-0/+11
2007-06-150.99.6 has been split off. Bump the trunk to 0.99.7.Gerald Combs1-1/+1
2007-05-20Revert back to having a local copy of airpcap.h. This should fix buildingGerald Combs1-2/+2
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman1-1/+1
2007-05-18From Dustin Johnson:Gerald Combs1-0/+1
2007-03-22Use the latest GTK stuff.Anders Broman1-1/+1
2007-02-08Python V2.5 is the latest stable version. Add a comment to config.nmake (but ...Ulf Lamping1-0/+3
2007-02-03some minor cleanupUlf Lamping1-10/+6
2007-02-03as discussed on the list:Ulf Lamping1-25/+5
2007-02-03... no it won't, that's why I removed them ...Ulf Lamping1-4/+4
2007-02-03Quotes around HHC_DIR required so build doesn't fail;Bill Meier1-1/+1
2007-02-03fix HHC_DIR to workUlf Lamping1-2/+2
2007-02-03cleanup docbook related commentsUlf Lamping1-14/+12
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - h...Ulf Lamping1-3/+50
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
2007-01-31C preprocessor only handles integers for conditional compilation. Build MSC_V...Ulf Lamping1-0/+14
2007-01-22Bump the trunk version to 0.99.6.Gerald Combs1-1/+1
2007-01-19user-guide final step:Ulf Lamping1-2/+2
2007-01-16in effect use the User's Guide as the online help system now (for GTK > V1)!Ulf Lamping1-15/+0
2007-01-13no, we're still not using MSVC2005 as default :-(Ulf Lamping1-1/+1
2007-01-13fix some remaining MSVC != V6 issues:Ulf Lamping1-14/+54
2007-01-11add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-)Ulf Lamping1-1/+6
2007-01-10various msvc / zlib config cleanupUlf Lamping1-24/+15
2007-01-10fix the HHC_DIR settings for none MSVC6 variantsUlf Lamping1-0/+5
2007-01-10from Laurent Rabret:Ulf Lamping1-8/+3
2007-01-08fix compilation for:Ulf Lamping1-5/+5
2007-01-08Oops, I did it again ;-)Ulf Lamping1-1/+1
2007-01-08if we don't have MSVC6, download (using the setup target) the zlib source pac...Ulf Lamping1-1/+3
2007-01-07fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt....Ulf Lamping1-3/+2
2007-01-06add experimental support for some more of the MSVC_VARIANTs:Ulf Lamping1-9/+17
2007-01-05don't spread the AirPcap DevPack files over the libs dir, unzip files into: A...Ulf Lamping1-1/+1
2007-01-05compile error in openssl.h depends on the Platform SDK, not the MSVC variant ...Ulf Lamping1-2/+2
2007-01-05move the directory settings more to the top, add an optional platform SDK set...Ulf Lamping1-13/+23
2007-01-05Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. EnableGerald Combs1-3/+3
2007-01-04add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this...Ulf Lamping1-1/+6
2007-01-03another attempt to fix the "Program Files" setting. Unfortunately, using the ...Ulf Lamping1-6/+16
2007-01-03hmmm, maybe he don't like mixing slashes and backslashes ...Ulf Lamping1-1/+1
2007-01-03remove the PDB_FILE setting from config.nmake - there's no real need for this...Ulf Lamping1-3/+0
2007-01-03Instead of hard coding "C:/program files", use the corresponding environment ...Ulf Lamping1-3/+3
2007-01-03move the MSVC "block" towards the top of the fileUlf Lamping1-27/+36
2007-01-02make MSVC6 the default for MSVC_VARIANT, not MSVC2005Ulf Lamping1-2/+2
2007-01-02first MSVC 2005 changes:Ulf Lamping1-3/+52