1
0
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:
david
2011-07-20 07:16:05 +00:00
parent 6cf428d8c6
commit c32d196ce2

View File

@@ -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" />