diff --git a/CHANGELOG b/CHANGELOG index efcbae908..653e8a092 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,6 +120,12 @@ o The write buffer length increased in 4.03 was increased even further goal is to prevent you from ever seeing the fatal error: "log_vwrite: write buffer not large enough -- need to increase" +o Added a note to the Nmap configure dragon that people sick of him + can submit their own ASCII art to nmap-dev@insecure.org . If you + are wondering WTF I am talking about, it is probably because only + most elite Nmap users -- the ones who compile from source on UNIX -- + get to see the 'l33t ASCII Art. + Nmap 4.03 o Updated the LibPCRE build system to add the -fno-thread-jumps option diff --git a/mswin32/Makefile b/mswin32/Makefile index 0e2c9c28b..7aea59c5e 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -3,6 +3,7 @@ VCEXPRESS="/c/Program Files/Microsoft Visual Studio 8/Common7/IDE/VCExpress.exe" NMAP_VERSION:=$(shell grep "export NMAP_VERSION " ../Makefile.in | cut "-d " -f4) winbuild: +# VCExpress.exe is devenv.com with the commercial Visual Studio suite instead of VC++ Express $(VCEXPRESS) nmap.sln /build release /log nmapbuild.log $(MAKENSIS) winpcap/winpcap-nmap.nsi rm -rf nmap-$(NMAP_VERSION)