mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
include string_pool in Windows build
This commit is contained in:
parent
92f99bd0a4
commit
e2cb529b7a
1 changed files with 2 additions and 0 deletions
|
|
@ -184,6 +184,7 @@
|
|||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\charpool.cc" />
|
||||
<ClCompile Include="..\string_pool.cc" />
|
||||
<ClCompile Include="..\FingerPrintResults.cc" />
|
||||
<ClCompile Include="..\FPEngine.cc" />
|
||||
<ClCompile Include="..\FPmodel.cc" />
|
||||
|
|
@ -243,6 +244,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\charpool.h" />
|
||||
<ClInclude Include="..\string_pool.h" />
|
||||
<ClInclude Include="..\FingerPrintResults.h" />
|
||||
<ClInclude Include="..\FPEngine.h" />
|
||||
<ClInclude Include="..\idle_scan.h" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue