mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Remove the nonexistent include/config.h from the build configuration.
With this present, the project always appeared out of date. Visual C++ would always prompt to rebuild the project when starting to debug, for example.
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\dnet\addr.h" />
|
||||
<ClInclude Include="include\dnet\arp.h" />
|
||||
<ClInclude Include="include\config.h" />
|
||||
<ClInclude Include="include\dnet.h" />
|
||||
<ClInclude Include="include\err.h" />
|
||||
<ClInclude Include="include\dnet\eth.h" />
|
||||
|
||||
Reference in New Issue
Block a user