From ceb25040c5f5a760e6148ddd135c7c447d109bad Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Jan 2012 20:41:25 +0000 Subject: [PATCH] Add vcredist2008_x86.exe to the Windows zip. This is apparently necessary on brand-new installations of Windows 2008. --- mswin32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mswin32/Makefile b/mswin32/Makefile index e576b60fa..a0eba7d30 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -40,6 +40,7 @@ winbuild: rm -rf nmap-$(NMAP_VERSION)/licenses/.svn cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION) cp vcredist_x86.exe nmap-$(NMAP_VERSION) + cp vcredist2008_x86.exe nmap-$(NMAP_VERSION) 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) @@ -53,7 +54,6 @@ winbuild: cd ../zenmap && install_scripts/windows/copy_and_compile.bat cp -R ../zenmap/dist/* nmap-$(NMAP_VERSION)/ cp ../zenmap/README nmap-$(NMAP_VERSION)/ZENMAP_README - cp vcredist2008_x86.exe nmap-$(NMAP_VERSION) cp ../zenmap/COPYING_HIGWIDGETS nmap-$(NMAP_VERSION) cp ../ndiff/README nmap-$(NMAP_VERSION)/NDIFF_README cp nsis/AddToPath.nsh nsis/Nmap.nsi nsis/shortcuts.ini nsis/final.ini nmap-$(NMAP_VERSION)