mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +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:
parent
982f26ccf6
commit
3215bf602a
1 changed files with 1 additions and 3 deletions
|
|
@ -120,8 +120,6 @@
|
|||
<ClCompile Include="ltable.c" />
|
||||
<ClCompile Include="ltablib.c" />
|
||||
<ClCompile Include="ltm.c" />
|
||||
<ClCompile Include="lua.c" />
|
||||
<ClCompile Include="luac.c" />
|
||||
<ClCompile Include="lundump.c" />
|
||||
<ClCompile Include="lvm.c" />
|
||||
<ClCompile Include="lzio.c" />
|
||||
|
|
@ -158,4 +156,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue