mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Fix windows build breakage from r32558
This commit is contained in:
parent
4816358475
commit
d1304e602c
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,7 @@
|
|||
<ClCompile Include="..\nmap.cc" />
|
||||
<ClCompile Include="..\nmap_dns.cc" />
|
||||
<ClCompile Include="..\nmap_error.cc" />
|
||||
<ClCompile Include="..\nmap_ftp.cc" />
|
||||
<ClCompile Include="..\nmap_tty.cc" />
|
||||
<ClCompile Include="..\NmapOps.cc" />
|
||||
<ClCompile Include="..\NmapOutputTable.cc" />
|
||||
|
|
@ -191,6 +192,7 @@
|
|||
<ClInclude Include="..\nmap.h" />
|
||||
<ClInclude Include="..\nmap_dns.h" />
|
||||
<ClInclude Include="..\nmap_error.h" />
|
||||
<ClInclude Include="..\nmap_ftp.h" />
|
||||
<ClInclude Include="..\nmap_tty.h" />
|
||||
<ClInclude Include="..\nmap_winconfig.h" />
|
||||
<ClInclude Include="..\NmapOps.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue