mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fixed the LNK4006 warning from http://seclists.org/nmap-dev/2006/q3/22
By removing lua.c and luac.c from the compile path
This commit is contained in:
@@ -120,8 +120,6 @@
|
|||||||
<ClCompile Include="ltable.c" />
|
<ClCompile Include="ltable.c" />
|
||||||
<ClCompile Include="ltablib.c" />
|
<ClCompile Include="ltablib.c" />
|
||||||
<ClCompile Include="ltm.c" />
|
<ClCompile Include="ltm.c" />
|
||||||
<ClCompile Include="lua.c" />
|
|
||||||
<ClCompile Include="luac.c" />
|
|
||||||
<ClCompile Include="lundump.c" />
|
<ClCompile Include="lundump.c" />
|
||||||
<ClCompile Include="lvm.c" />
|
<ClCompile Include="lvm.c" />
|
||||||
<ClCompile Include="lzio.c" />
|
<ClCompile Include="lzio.c" />
|
||||||
@@ -158,4 +156,4 @@
|
|||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user