mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 19:09:01 +00:00
Add nmap-payloads to the Windows build.
This commit is contained in:
@@ -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-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 ../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/
|
||||
|
||||
@@ -744,6 +744,30 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\nmap-payloads"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying $(InputName) to output directory..."
|
||||
CommandLine="copy /y "$(InputPath)" "$(TargetDir)$(InputName)" > nul
"
|
||||
Outputs="$(TargetDir)$(InputName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying $(InputName) to output directory..."
|
||||
CommandLine="copy /y "$(InputPath)" "$(TargetDir)$(InputName)" > nul
"
|
||||
Outputs="$(TargetDir)$(InputName)"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\nmap-protocols"
|
||||
>
|
||||
|
||||
@@ -177,6 +177,7 @@ Section "Nmap Core Files" SecCore
|
||||
File ..\..\COPYING
|
||||
File ..\..\nmap-mac-prefixes
|
||||
File ..\..\nmap-os-db
|
||||
File ..\..\nmap-payloads
|
||||
File ..\..\nmap-protocols
|
||||
File ..\..\nmap-rpc
|
||||
File ..\..\nmap-service-probes
|
||||
@@ -392,6 +393,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\COPYING"
|
||||
Delete "$INSTDIR\nmap-mac-prefixes"
|
||||
Delete "$INSTDIR\nmap-os-db"
|
||||
Delete "$INSTDIR\nmap-payloads"
|
||||
Delete "$INSTDIR\nmap-protocols"
|
||||
Delete "$INSTDIR\nmap-rpc"
|
||||
Delete "$INSTDIR\nmap-service-probes"
|
||||
|
||||
Reference in New Issue
Block a user