From 97c6d852661e81d00932fd918d031a5963e2e109 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 20 Dec 2011 01:42:03 +0000 Subject: [PATCH] Include nmap-update.exe in the Windows zip file. --- mswin32/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mswin32/Makefile b/mswin32/Makefile index 167adfb90..e576b60fa 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -18,6 +18,7 @@ winbuild: @./license-format/licformat.sh ../COPYING > LICENSE "$(VCEXPRESS)" nmap.sln /build release /log $(LOGLOC) + "$(VCEXPRESS)" nmap.sln /build release /project nmap-update /log $(LOGLOC) $(MAKENSIS) winpcap/winpcap-nmap.nsi rm -rf nmap-$(NMAP_VERSION) rm -f nmap-$(NMAP_VERSION)-win32.zip @@ -42,6 +43,7 @@ winbuild: cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION) cp ../ncat/Release/ca-bundle.crt nmap-$(NMAP_VERSION) cp ../nping/Release/nping.exe nmap-$(NMAP_VERSION) + cp ../nmap-update/Release/nmap-update.exe nmap-$(NMAP_VERSION) # Install the ndiff batch file wrapper in the zip distribution. cp ../ndiff/ndiff nmap-$(NMAP_VERSION)/ndiff.py cp python-wrap.bat nmap-$(NMAP_VERSION)/ndiff.bat