diff --git a/mswin32/Makefile b/mswin32/Makefile index 1d5bf47c6..6ae49cf9e 100644 --- a/mswin32/Makefile +++ b/mswin32/Makefile @@ -22,7 +22,7 @@ winbuild: rm -rf nmap-$(NMAP_VERSION) rm -f nmap-$(NMAP_VERSION)-win32.zip mkdir nmap-$(NMAP_VERSION) - cd Release && cp -r ../../CHANGELOG ../../COPYING nmap-mac-prefixes nmap-os-db nmap-payloads nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl nse_main.lua ../nmap_performance.reg ../../README-WIN32 ../nmap-$(NMAP_VERSION)/ + cd Release && cp -r ../../CHANGELOG ../../COPYING nmap-mac-prefixes nmap-os-db nmap-payloads nmap-protocols nmap-rpc nmap-service-probes nmap-services nmap.exe nmap.xsl nse_main.lua ../nmap_performance.reg ../../README-WIN32 ../../docs/LICENSES ../nmap-$(NMAP_VERSION)/ cp -f OpenSSL/bin/*.dll ./nmap-$(NMAP_VERSION)/ mkdir nmap-$(NMAP_VERSION)/scripts cd Release && cp -f $(NSE_FILES) ../nmap-$(NMAP_VERSION)/scripts/ @@ -32,6 +32,7 @@ winbuild: cd Release && for f in `find nselib -name .svn -prune -o -type f -print`; do \ cp -f $$f ../nmap-$(NMAP_VERSION)/$$f; \ done + cd Release && cp -r ../../docs/LGPL-2 ../../docs/LGPL-2.1 ../../docs/MPL-1.1 ../nmap-$(NMAP_VERSION)/ cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION) cp vcredist_x86.exe nmap-$(NMAP_VERSION) cp ../ncat/Release/ncat.exe nmap-$(NMAP_VERSION) diff --git a/mswin32/nsis/Nmap.nsi b/mswin32/nsis/Nmap.nsi index c524bd5bc..82cc3e9ec 100644 --- a/mswin32/nsis/Nmap.nsi +++ b/mswin32/nsis/Nmap.nsi @@ -191,6 +191,10 @@ Section "Nmap Core Files" SecCore File ..\..\docs\nmap.xsl File ..\nmap_performance.reg File ..\..\README-WIN32 + File ..\..\docs\LICENSES + File ..\..\docs\LGPL-2 + File ..\..\docs\LGPL-2.1 + File ..\..\docs\MPL-1.1 File libeay32.dll File ssleay32.dll File /r /x mswin32 /x .svn /x ncat ..\..\scripts