VS: Ignore LIBC.lib when linking the CompilerId executables

Some Windows CE linkers want to link against LIBC.lib, but can not
find them. Since they are not required we can simply ignore it.
This commit is contained in:
Patrick Gansterer 2012-11-30 15:17:50 +01:00
parent 8e85822e2b
commit 6b40e1ba3e
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
IgnoreDefaultLibraryNames="libc"
GenerateDebugInformation="false"
SubSystem="@id_subsystem@"
EntryPointSymbol="@id_entrypoint@"