1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 08:29:04 +00:00

add a comment to mswin32/Makefile

This commit is contained in:
fyodor
2006-06-03 11:20:43 +00:00
parent 1253d2b8ea
commit 1b54cfc578
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -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)