mirror of
https://github.com/nmap/nmap.git
synced 2026-02-01 02:59:01 +00:00
include string_pool in Windows build
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user