Skip to content

Commit

Permalink
include string_pool in Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Aug 31, 2020
1 parent 92f99bd commit e2cb529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mswin32/nmap.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit e2cb529

Please sign in to comment.