mirror of
https://github.com/nmap/nmap.git
synced 2026-02-12 00:16:35 +00:00
Remove the nselib-bin directory. Almost all references to it have been removed
too. The section in scripting.xml about creating C modules is gone. (But maybe it should be replaced with a tutorial on making static modules?) The only places where nselib-bin is still referenced are in mswin32/nsis/Nmap.nsi, where it is still removed on uninstallation; and in mswin32/nmap.vcproj, from where I don't have the resources now to remove it.
This commit is contained in:
@@ -27,7 +27,6 @@ winbuild:
|
||||
cd Release && cp -f $(NSE_FILES) ../nmap-$(NMAP_VERSION)/scripts/
|
||||
mkdir nmap-$(NMAP_VERSION)/nselib
|
||||
cp -a Release/nselib nmap-$(NMAP_VERSION)
|
||||
cp -a Release/nselib-bin nmap-$(NMAP_VERSION)
|
||||
cp winpcap/winpcap-nmap-*.exe nmap-$(NMAP_VERSION)
|
||||
cp vcredist_x86.exe nmap-$(NMAP_VERSION)
|
||||
zip -r nmap-$(NMAP_VERSION)-win32.zip nmap-$(NMAP_VERSION)
|
||||
|
||||
@@ -167,7 +167,6 @@ Section "Nmap Core Files" SecCore
|
||||
File ssleay32.dll
|
||||
File /r /x mswin32 /x .svn ..\..\scripts
|
||||
File /r /x mswin32 /x .svn ..\Release\nselib
|
||||
File /r /x mswin32 /x .svn ..\Release\nselib-bin
|
||||
File ..\icon1.ico
|
||||
|
||||
;Store installation folder
|
||||
|
||||
Reference in New Issue
Block a user