Skip to content

Commit

Permalink
Fixed the LNK4006 warning from http:https://seclists.org/nmap-dev/2006/q3/22
Browse files Browse the repository at this point in the history
By removing lua.c and luac.c from the compile path
  • Loading branch information
sean committed Jun 21, 2012
1 parent 982f26c commit 3215bf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions liblua/liblua.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -158,4 +156,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 3215bf6

Please sign in to comment.